CLI2: Removed unused ::disqualifyNoOps method

This commit is contained in:
Paul Beckingham 2015-06-21 21:13:08 -04:00
parent d9b15cec2e
commit 5c44929acb
2 changed files with 0 additions and 13 deletions

View file

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