Nibbler: Removed unused ::getDate and tests

This commit is contained in:
Paul Beckingham
2015-10-28 20:09:55 -04:00
parent a369d1ed2d
commit 51afff2e6e
3 changed files with 0 additions and 293 deletions

View File

@@ -27,9 +27,6 @@
#ifndef INCLUDED_NIBBLER
#define INCLUDED_NIBBLER
#define NIBBLER_FEATURE_DATE
//#undef NIBBLER_FEATURE_DATE
#define NIBBLER_FEATURE_REGEX
//#undef NIBBLER_FEATURE_REGEX
@@ -76,9 +73,6 @@ public:
bool getPartialUUID (std::string&);
bool getDateISO (time_t&);
bool parseDigits(std::string::size_type&, int&, unsigned int, bool strict = true);
#ifdef NIBBLER_FEATURE_DATE
bool getDate (const std::string&, time_t&);
#endif
bool getOneOf (const std::vector <std::string>&, std::string&);
bool getName (std::string&);
bool getWord (std::string&);