diff options
Diffstat (limited to 'libcxxabi/src/config.h')
-rw-r--r-- | libcxxabi/src/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libcxxabi/src/config.h b/libcxxabi/src/config.h index ac6d297d113..5d38d4d1465 100644 --- a/libcxxabi/src/config.h +++ b/libcxxabi/src/config.h @@ -16,11 +16,6 @@ #include <unistd.h> -// Set this in the CXXFLAGS when you need it -#if !defined(LIBCXXABI_HAS_NO_THREADS) -# define LIBCXXABI_HAS_NO_THREADS 0 -#endif - // Set this in the CXXFLAGS when you need it, because otherwise we'd have to // #if !defined(__linux__) && !defined(__APPLE__) && ... // and so-on for *every* platform. |