Cleanup: Removed redundant processing of OS name

This commit is contained in:
Paul Beckingham 2016-02-24 23:43:23 -05:00
parent 88bd2fc9e2
commit abefdd506c
4 changed files with 34 additions and 52 deletions

View file

@ -65,5 +65,7 @@ const std::vector <std::string> extractParents (
time_t timegm (struct tm *tm);
#endif
std::string osName ();
#endif
////////////////////////////////////////////////////////////////////////////////