util: Migrated osName to libshared

This commit is contained in:
Paul Beckingham 2017-01-08 11:52:04 -05:00
parent b65be6655b
commit ec1323d9ee
4 changed files with 2 additions and 31 deletions

View file

@ -60,7 +60,6 @@ const std::vector <std::string> extractParents (
time_t timegm (struct tm *tm);
#endif
std::string osName ();
bool nontrivial (const std::string&);
int strippedLength (const std::string&);
const char* optionalBlankLine ();