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:
Paul Beckingham 2012-02-05 15:28:09 -05:00
parent c0f8ab3249
commit cffc42484e
2 changed files with 0 additions and 9 deletions

View file

@ -42,7 +42,6 @@ class Nibbler
{
public:
Nibbler (); // Default constructor
Nibbler (const char*); // Constructor
Nibbler (const std::string&); // Constructor
Nibbler (const Nibbler&); // Copy constructor
Nibbler& operator= (const Nibbler&); // Assignment operator