]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove thread_local macro from win32 platform.h
authorOndřej Surý <ondrej@sury.org>
Wed, 30 May 2018 21:03:22 +0000 (23:03 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 30 May 2018 21:03:22 +0000 (23:03 +0200)
lib/isc/win32/include/isc/platform.h.in

index 0aeebff2497c15af7e61f1ff277b3b2fc66554bb..f27c867de2830e0bc4096c8b40c1f8f034dde42d 100644 (file)
 
 #define ISC_PLATFORM_USETHREADS 1
 
-/*
- * Thread-Local Storage
- */
-#ifndef thread_local
-#define thread_local
-#endif
-
 /*
  * Some compatibility cludges
  */