Nibbler: Removed unused ::getUntilEOL method
This commit is contained in:
@@ -153,12 +153,6 @@ bool Nibbler::getUntilWS (std::string& result)
|
||||
return this->getUntilOneOf (" \t\r\n\f", result);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool Nibbler::getUntilEOL (std::string& result)
|
||||
{
|
||||
return getUntil ('\n', result);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool Nibbler::getUntilEOS (std::string& result)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user