From d6e637520b24601fc7e65bf7147bd7242ab17e11 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Wed, 3 Jan 2024 14:24:42 +0100 Subject: [PATCH] cmake: remove unused check --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 48ab0de4f..8d77271c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -170,11 +170,6 @@ int main(void) } " HAVE___SYNC_VAL_COMPARE_AND_SWAP) -check_cxx_source_compiles (" -__declspec(selectany) int a; -int main(void) { return 0; } -" HAVE___DECLSPEC) - if (WITH_TLS) set (GLOG_THREAD_LOCAL_STORAGE 1) endif (WITH_TLS)