Nibbler: Dead code removal

This commit is contained in:
Paul Beckingham
2015-07-17 14:51:27 -04:00
parent 9177c5b697
commit a89c996334
2 changed files with 0 additions and 69 deletions

View File

@@ -71,7 +71,6 @@ public:
bool getUnsignedInt (int&);
bool getNumber (std::string&);
bool getNumber (double&);
bool getUnsignedNumber (double&);
bool getLiteral (const std::string&);
#ifdef NIBBLER_FEATURE_REGEX
bool getRx (const std::string&, std::string&);