mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parser
- 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:
parent
5901a245f1
commit
b9fd2560eb
1 changed files with 0 additions and 5 deletions
|
@ -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.
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue