diff options
| author | lioncash <mathew1800@gmail.com> | 2014-09-04 09:15:12 -0400 |
|---|---|---|
| committer | lioncash <mathew1800@gmail.com> | 2014-09-04 09:15:18 -0400 |
| commit | bd91e8b0c831831a7c103d18fd1320529a329fa0 (patch) | |
| tree | 13f2f4c34226389a5a89afdc1fc716a07feb11d9 /Source/Core/Common/Thread.cpp | |
| parent | e732f27e1af4df6bea2cbf64bf5a9557ee9f28ed (diff) | |
Common: Remove unused header from Thread.cpp
This define isn't even used in the Windows builds.
Diffstat (limited to 'Source/Core/Common/Thread.cpp')
| -rw-r--r-- | Source/Core/Common/Thread.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/Common/Thread.cpp b/Source/Core/Common/Thread.cpp index ce52375c3d..39649d67c1 100644 --- a/Source/Core/Common/Thread.cpp +++ b/Source/Core/Common/Thread.cpp @@ -11,10 +11,6 @@ #include <pthread_np.h> #endif -#ifdef USE_BEGINTHREADEX -#include <process.h> -#endif - namespace Common { |
