Nibbler: Removed unused comment

This commit is contained in:
Paul Beckingham 2015-09-30 09:47:54 -04:00
parent 628f6b5fa6
commit 953e1e4cc1

View file

@ -57,10 +57,6 @@ public:
bool getUntilEOL (std::string&);
bool getUntilEOS (std::string&);
/*
bool getAllOneOf (const std::string&, std::string&);
*/
bool getN (const int, std::string&);
bool getQuoted (char, std::string&, bool quote = false);
bool getDigit (int&);