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)
|
||||
{
|
||||
|
||||
@@ -98,8 +98,6 @@ public:
|
||||
|
||||
bool backN (const int quantity = 1);
|
||||
|
||||
void getRemainder (std::string&);
|
||||
|
||||
char next ();
|
||||
std::string next (const int quantity);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user