- Removed warning about compounded plain args, which are now handled early in
  Parser::initialize, where new args are immediately lexed.
This commit is contained in:
Paul Beckingham 2014-06-15 22:59:14 -04:00
parent 5901a245f1
commit b9fd2560eb

View file

@ -1448,11 +1448,6 @@ void Parser::findPlainArgs ()
branch->attribute ("raw", raw);
branch->tag ("STRING");
}
else
{
std::cout << "# ::findPlainArgs '" << raw << "' is compounded\n";
// TODO Add the lexed elements as separate tokens.
}
}
}
}