Nibbler: Removed unused ::getName method

This commit is contained in:
Paul Beckingham
2015-10-29 23:32:07 -04:00
parent 38b9e54955
commit 78da4ffb90
3 changed files with 1 additions and 65 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 getName (std::string&);
bool getWord (std::string&);
bool skipN (const int quantity = 1);