summaryrefslogtreecommitdiffstats
path: root/thirdparty/etcpak/System.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/etcpak/System.hpp')
-rw-r--r--thirdparty/etcpak/System.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/thirdparty/etcpak/System.hpp b/thirdparty/etcpak/System.hpp
deleted file mode 100644
index 1a09bb15e1..0000000000
--- a/thirdparty/etcpak/System.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef __DARKRL__SYSTEM_HPP__
-#define __DARKRL__SYSTEM_HPP__
-
-#include <thread>
-
-class System
-{
-public:
- System() = delete;
-
- static unsigned int CPUCores();
- static void SetThreadName( std::thread& thread, const char* name );
-};
-
-#endif