Nibbler: Removed unused ::getWord method

This commit is contained in:
Paul Beckingham
2015-10-29 23:34:46 -04:00
parent 78da4ffb90
commit 0c5984c517
3 changed files with 1 additions and 63 deletions

View File

@@ -62,7 +62,6 @@ public:
bool getLiteral (const std::string&);
bool getPartialUUID (std::string&);
bool getOneOf (const std::vector <std::string>&, std::string&);
bool getWord (std::string&);
bool skipN (const int quantity = 1);
bool skip (char);