Nibbler: Removed unused ::getUUID method

This commit is contained in:
Paul Beckingham
2015-10-29 23:28:42 -04:00
parent 4098e54238
commit 38b9e54955
3 changed files with 1 additions and 72 deletions

View File

@@ -60,7 +60,6 @@ public:
bool getNumber (std::string&);
bool getNumber (double&);
bool getLiteral (const std::string&);
bool getUUID (std::string&);
bool getPartialUUID (std::string&);
bool getOneOf (const std::vector <std::string>&, std::string&);
bool getName (std::string&);