From 94e32487c14d75d63618a8b617dcfe4673f5c34c Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Sat, 15 May 2021 18:33:19 +0200 Subject: Added C++11 support in MAKEFILE --- src/StormPort.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/StormPort.h') diff --git a/src/StormPort.h b/src/StormPort.h index ec9fc07..d386414 100644 --- a/src/StormPort.h +++ b/src/StormPort.h @@ -277,8 +277,6 @@ #define STORMLIB_LITTLE_ENDIAN #endif - #define THREAD_LOCAL thread_local - // Platforms with mmap support #if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) #include @@ -395,10 +393,6 @@ #define _countof(x) (sizeof(x) / sizeof(x[0])) #endif -#ifndef THREAD_LOCAL - #define THREAD_LOCAL -#endif - //----------------------------------------------------------------------------- // Swapping functions -- cgit v1.2.3