diff options
author | Benbuck Nason <bnason@netflix.com> | 2017-08-15 08:25:36 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-15 23:40:54 +0200 |
commit | 774d49af5255b0047ef1feb8fe3d68d9b3470f52 (patch) | |
tree | b4b36f1f4ce4b3fa89ac633aa24aed5e7553daa3 /lib/curl_config.h.cmake | |
parent | 3cb4bb6b5fb8a936cb69e2e9ea6a4e692122abb9 (diff) | |
download | curl-774d49af5255b0047ef1feb8fe3d68d9b3470f52.tar.gz |
cmake: remove dead code for DISABLED_THREADSAFE
Closes #1786
Diffstat (limited to 'lib/curl_config.h.cmake')
-rw-r--r-- | lib/curl_config.h.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index a0241cf32..c2b5bacb9 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -79,9 +79,6 @@ /* when not building a shared library */ #cmakedefine CURL_STATICLIB 1 -/* Set to explicitly specify we don't want to use thread-safe functions */ -#cmakedefine DISABLED_THREADSAFE 1 - /* your Entropy Gathering Daemon socket pathname */ #cmakedefine EGD_SOCKET ${EGD_SOCKET} |