2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Remove thread_local macro from win32 platform.h

This commit is contained in:
Ondřej Surý
2018-05-30 23:03:22 +02:00
parent 29be9cddaf
commit 4f6d6919ab

View File

@@ -18,13 +18,6 @@
#define ISC_PLATFORM_USETHREADS 1
/*
* Thread-Local Storage
*/
#ifndef thread_local
#define thread_local
#endif
/*
* Some compatibility cludges
*/