mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: Removed unused ::isCommand method
This commit is contained in:
parent
e67b812d35
commit
072f966099
2 changed files with 0 additions and 8 deletions
|
@ -2011,13 +2011,6 @@ bool CLI2::isTerminator (const std::string& raw) const
|
|||
return raw == "--";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool CLI2::isCommand (const std::string& raw) const
|
||||
{
|
||||
std::string canonical;
|
||||
return canonicalize (canonical, "cmd", raw);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Valid tag
|
||||
// - Length > 1
|
||||
|
|
|
@ -130,7 +130,6 @@ private:
|
|||
void decomposeModSubstitutions ();
|
||||
|
||||
bool isTerminator (const std::string&) const;
|
||||
bool isCommand (const std::string&) const;
|
||||
bool isTag (const std::string&) const;
|
||||
bool isUUIDList (const std::string&) const;
|
||||
bool isPattern (const std::string&) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue