CLI2: Removed unused ::isCommand method
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user