mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Nibbler: Dead code removal
This commit is contained in:
parent
49659e92a7
commit
9177c5b697
2 changed files with 0 additions and 10 deletions
|
@ -1143,14 +1143,6 @@ bool Nibbler::backN (const int quantity /*= 1*/)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
void Nibbler::getRemainder (std::string& result)
|
|
||||||
{
|
|
||||||
if (_cursor < _length)
|
|
||||||
result = _input.substr (_cursor);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
bool Nibbler::skipAllOneOf (const std::string& chars)
|
bool Nibbler::skipAllOneOf (const std::string& chars)
|
||||||
{
|
{
|
||||||
|
|
|
@ -98,8 +98,6 @@ public:
|
||||||
|
|
||||||
bool backN (const int quantity = 1);
|
bool backN (const int quantity = 1);
|
||||||
|
|
||||||
void getRemainder (std::string&);
|
|
||||||
|
|
||||||
char next ();
|
char next ();
|
||||||
std::string next (const int quantity);
|
std::string next (const int quantity);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue