mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
CLI2: Removed unused ::disqualifyInsufficientTerms method
This commit is contained in:
parent
c1f4cc3554
commit
d9b15cec2e
2 changed files with 0 additions and 8 deletions
|
@ -1722,13 +1722,6 @@ bool CLI2::isUUIDList (const std::string& raw) const
|
||||||
return false;
|
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 (
|
bool CLI2::disqualifyNoOps (
|
||||||
const std::vector <std::pair <std::string, Lexer::Type>>& lexemes) const
|
const std::vector <std::pair <std::string, Lexer::Type>>& lexemes) const
|
||||||
|
|
|
@ -122,7 +122,6 @@ private:
|
||||||
bool isUUIDList (const std::string&) const;
|
bool isUUIDList (const std::string&) const;
|
||||||
|
|
||||||
// These methods come up iwht reasons not to Lex a token. Probably no longer needed.
|
// 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 disqualifyNoOps (const std::vector <std::pair <std::string, Lexer::Type>>&) const;
|
||||||
bool disqualifyOnlyParenOps (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;
|
bool disqualifyFirstLastBinary (const std::vector <std::pair <std::string, Lexer::Type>>&) const;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue