Nibbler: Removed unused ::skipAll method

This commit is contained in:
Paul Beckingham
2015-10-29 23:53:17 -04:00
parent 119827e4e1
commit 297f2b6e99
3 changed files with 1 additions and 32 deletions

View File

@@ -63,7 +63,6 @@ public:
bool skipN (const int quantity = 1);
bool skip (char);
bool skipAll (char);
bool skipAllOneOf (const std::string&);
bool skipWS ();