Code Cleanup
- Removed non-STL Nibbler method, which makes way for a future optimization in the form of a non-copying Nibbler.
This commit is contained in:
@@ -49,14 +49,6 @@ Nibbler::Nibbler ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Nibbler::Nibbler (const char* input)
|
||||
: _input (input)
|
||||
, _length (strlen (input))
|
||||
, _cursor (0)
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Nibbler::Nibbler (const std::string& input)
|
||||
: _input (input)
|
||||
|
||||
Reference in New Issue
Block a user