From 078e9fe75160fbe5d69c4e2db5d5decfefb027b6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 14 Jun 2015 14:13:51 -0400 Subject: [PATCH] CLI2: Tagging the binary as 'ORIGINAL' is no longer useful --- src/CLI2.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 2bec17bcb..b409a4211 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -350,7 +350,6 @@ void CLI2::handleArg0 () // need special handling. std::string raw = _original_args[0]; A2 a ("arg", raw, Lexer::Type::word); - a.tag ("ORIGINAL"); a.tag ("BINARY"); std::string basename = "task";