Nibbler: Removed unused ::getUntilEOL method

This commit is contained in:
Paul Beckingham
2015-10-29 23:41:01 -04:00
parent 0c5984c517
commit 88469fc5f9
3 changed files with 1 additions and 19 deletions

View File

@@ -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)
{