CLI2: Removed unused ::isName method

This commit is contained in:
Paul Beckingham 2015-06-20 09:53:46 -07:00
parent bf2720a59b
commit f0d3e77608
2 changed files with 0 additions and 20 deletions

View file

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