aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_config.h.cmake
diff options
context:
space:
mode:
authorRuslan Baratov <ruslan_baratov@yahoo.com>2018-08-08 14:15:43 +0300
committerDaniel Stenberg <daniel@haxx.se>2018-10-24 11:20:57 +0200
commit4f2541f975c97338ef421ecfeb295d9f3894c1d8 (patch)
treef78ce1b5bdc3187da3793f0692b4ca031914783c /lib/curl_config.h.cmake
parenteecfe974b72b87d289b170e33775cb49f96ff523 (diff)
config: Remove unused SIZEOF_VOIDP
Closes #3162
Diffstat (limited to 'lib/curl_config.h.cmake')
-rw-r--r--lib/curl_config.h.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake
index 83cf07ba6..5308eb579 100644
--- a/lib/curl_config.h.cmake
+++ b/lib/curl_config.h.cmake
@@ -903,9 +903,6 @@
/* The size of `time_t', as computed by sizeof. */
#cmakedefine SIZEOF_TIME_T ${SIZEOF_TIME_T}
-/* The size of `void*', as computed by sizeof. */
-#cmakedefine SIZEOF_VOIDP ${SIZEOF_VOIDP}
-
/* Define to 1 if you have the ANSI C header files. */
#cmakedefine STDC_HEADERS 1