Nibbler: Removed unused ::skipRx method

This commit is contained in:
Paul Beckingham
2015-10-29 23:15:04 -04:00
parent ad26d98d0f
commit 180d3e75ff
3 changed files with 0 additions and 41 deletions

View File

@@ -80,9 +80,6 @@ public:
bool skipAll (char);
bool skipAllOneOf (const std::string&);
bool skipWS ();
#ifdef NIBBLER_FEATURE_REGEX
bool skipRx (const std::string&);
#endif
bool backN (const int quantity = 1);