mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue