- Removed obsolete noSpaces() function.
This commit is contained in:
Paul Beckingham 2015-02-22 18:27:19 -05:00
parent 8791c0a921
commit 9f82926c65
4 changed files with 3 additions and 23 deletions

View file

@ -51,7 +51,6 @@ const std::string str_replace (const std::string&, const std::string&, const std
const char* optionalBlankLine ();
bool nontrivial (const std::string&);
bool digitsOnly (const std::string&);
bool noSpaces (const std::string&);
bool isPunctuation (char);
bool compare (const std::string&, const std::string&, bool sensitive = true);
bool closeEnough (const std::string&, const std::string&, unsigned int minLength = 0);