CLI2: Removed unused ::disqualifyInsufficientTerms method

This commit is contained in:
Paul Beckingham 2015-06-21 21:12:19 -04:00
parent c1f4cc3554
commit d9b15cec2e
2 changed files with 0 additions and 8 deletions

View file

@ -1722,13 +1722,6 @@ bool CLI2::isUUIDList (const std::string& raw) const
return false;
}
////////////////////////////////////////////////////////////////////////////////
bool CLI2::disqualifyInsufficientTerms (
const std::vector <std::pair <std::string, Lexer::Type>>& lexemes) const
{
return lexemes.size () < 3 ? true : false;
}
////////////////////////////////////////////////////////////////////////////////
bool CLI2::disqualifyNoOps (
const std::vector <std::pair <std::string, Lexer::Type>>& lexemes) const