CLI2: Tagging the binary as 'ORIGINAL' is no longer useful

This commit is contained in:
Paul Beckingham 2015-06-14 14:13:51 -04:00
parent e701d6d607
commit 078e9fe751

View file

@ -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";