mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Nibbler: Removed unused ::getUntilEOL method
This commit is contained in:
parent
0c5984c517
commit
88469fc5f9
3 changed files with 1 additions and 19 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -45,7 +45,6 @@ public:
|
|||
bool getUntil (const std::string&, std::string&);
|
||||
bool getUntilOneOf (const std::string&, std::string&);
|
||||
bool getUntilWS (std::string&);
|
||||
bool getUntilEOL (std::string&);
|
||||
bool getUntilEOS (std::string&);
|
||||
|
||||
bool getN (const int, std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue