Nibbler: Dead code removal
This commit is contained in:
@@ -1143,14 +1143,6 @@ bool Nibbler::backN (const int quantity /*= 1*/)
|
||||
return false;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Nibbler::getRemainder (std::string& result)
|
||||
{
|
||||
if (_cursor < _length)
|
||||
result = _input.substr (_cursor);
|
||||
}
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool Nibbler::skipAllOneOf (const std::string& chars)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user