Get trim() out of core where it is not needed.

This commit is contained in:
Adam Ierymenko 2015-10-01 12:37:18 -07:00
parent 53e5f94b99
commit a7409850d6
3 changed files with 20 additions and 28 deletions

View file

@ -256,14 +256,6 @@ public:
return true;
}
/**
* Trim whitespace from the start and end of a string
*
* @param s String to trim
* @return Trimmed string
*/
static std::string trim(const std::string &s);
/**
* Variant of snprintf that is portable and throws an exception
*