Nibbler: Removed unused ::getDateISO method

This commit is contained in:
Paul Beckingham
2015-10-28 20:13:55 -04:00
parent 51afff2e6e
commit 741afd2240
3 changed files with 2 additions and 87 deletions

View File

@@ -71,7 +71,6 @@ public:
#endif
bool getUUID (std::string&);
bool getPartialUUID (std::string&);
bool getDateISO (time_t&);
bool parseDigits(std::string::size_type&, int&, unsigned int, bool strict = true);
bool getOneOf (const std::vector <std::string>&, std::string&);
bool getName (std::string&);