Cleanup: Removed redundant processing of OS name

This commit is contained in:
Paul Beckingham 2016-02-24 23:43:23 -05:00
parent bfefd247c4
commit 549b970e49
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
////////////////////////////////////////////////////////////////////////////////