CLI2: Removed obsolete methods.
This commit is contained in:
18
src/CLI2.cpp
18
src/CLI2.cpp
@@ -2176,24 +2176,6 @@ bool CLI2::isTerminator (const std::string& raw) const
|
||||
return raw == "--";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool CLI2::isRCOverride (const std::string& raw) const
|
||||
{
|
||||
if (raw.length () > 3 && raw.substr (0, 3) == "rc:")
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool CLI2::isConfigOverride (const std::string& raw) const
|
||||
{
|
||||
if (raw.length () > 3 && raw.substr (0, 3) == "rc.")
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool CLI2::isCommand (const std::string& raw) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user