Skip to content
Snippets Groups Projects
Commit fb6b534e authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm unused hostOsAspects()

parent 351381ab
No related branches found
No related tags found
1 merge request!595rm OSInfo.h
...@@ -40,9 +40,6 @@ public: ...@@ -40,9 +40,6 @@ public:
static bool isLinuxHost() { return hostOs() == LINUX_OS; } static bool isLinuxHost() { return hostOs() == LINUX_OS; }
static bool isMacHost() { return hostOs() == MAC_OS; } static bool isMacHost() { return hostOs() == MAC_OS; }
static inline bool isAnyUnixHost(); static inline bool isAnyUnixHost();
private:
static OsSpecificAspects hostOsAspects() { return OsSpecificAspects(hostOs()); }
}; };
EOsType HostOsInfo::hostOs() EOsType HostOsInfo::hostOs()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment