From 953e1e4cc159ebe42f038ee55ddff5237634045f Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 30 Sep 2015 09:47:54 -0400 Subject: [PATCH] Nibbler: Removed unused comment --- src/Nibbler.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Nibbler.h b/src/Nibbler.h index 1fda8ac76..b3754aa5a 100644 --- a/src/Nibbler.h +++ b/src/Nibbler.h @@ -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&);