diff options
Diffstat (limited to 'thirdparty/etcpak/System.cpp')
| -rw-r--r-- | thirdparty/etcpak/System.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/thirdparty/etcpak/System.cpp b/thirdparty/etcpak/System.cpp index a09b289cb2..041f2676e8 100644 --- a/thirdparty/etcpak/System.cpp +++ b/thirdparty/etcpak/System.cpp @@ -2,7 +2,6 @@ #ifdef _WIN32 # include <windows.h> #else -# include <pthread.h> # include <unistd.h> #endif @@ -62,7 +61,5 @@ void System::SetThreadName( std::thread& thread, const char* name ) __except(EXCEPTION_EXECUTE_HANDLER) { } -#elif !defined(__APPLE__) - pthread_setname_np( thread.native_handle(), name ); #endif } |
