CLI2: Removed unused ::isOperator method

This commit is contained in:
Paul Beckingham
2015-06-20 09:52:15 -07:00
parent 2d453f5f88
commit bf2720a59b
2 changed files with 0 additions and 13 deletions

View File

@@ -131,7 +131,6 @@ private:
bool isUUIDList (const std::string&) const;
bool isAttribute (const std::string&) const;
bool isOperator (const std::string&) const;
bool isName (const std::string&) const;
bool disqualifyInsufficientTerms (const std::vector <std::pair <std::string, Lexer::Type>>&) const;