projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Revert thread_local stuff
[stockfish]
/
src
/
types.h
diff --git
a/src/types.h
b/src/types.h
index 2a3b41fab8f7ee234852deb6b9498f97fd72a031..031cb0babda381b50f1643a9dfe2a945a3a12a02 100644
(file)
--- a/
src/types.h
+++ b/
src/types.h
@@
-64,12
+64,6
@@
# define FORCE_INLINE inline
#endif
-#if defined(__GNUC__)
-# define THREAD_LOCAL __thread
-#else
-# define THREAD_LOCAL __declspec(thread)
-#endif
-
#if defined(USE_POPCNT)
const bool HasPopCnt = true;
#else