CLI2: Removed unused ::addArgs method

This commit is contained in:
Paul Beckingham 2015-06-20 11:59:37 -07:00
parent db3150d7b2
commit 20d259a129
2 changed files with 1 additions and 68 deletions

View file

@ -124,6 +124,7 @@ private:
bool isUUIDList (const std::string&) const;
// These methods come up iwht reasons not to Lex a token. Probably no longer needed.
bool disqualifyInsufficientTerms (const std::vector <std::pair <std::string, Lexer::Type>>&) const;
bool disqualifyNoOps (const std::vector <std::pair <std::string, Lexer::Type>>&) const;
bool disqualifyOnlyParenOps (const std::vector <std::pair <std::string, Lexer::Type>>&) const;