From 4f2541f975c97338ef421ecfeb295d9f3894c1d8 Mon Sep 17 00:00:00 2001 From: Ruslan Baratov Date: Wed, 8 Aug 2018 14:15:43 +0300 Subject: config: Remove unused SIZEOF_VOIDP Closes #3162 --- lib/config-vxworks.h | 3 --- lib/curl_config.h.cmake | 3 --- 2 files changed, 6 deletions(-) diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index 19f2d2354..a03e341e6 100644 --- a/lib/config-vxworks.h +++ b/lib/config-vxworks.h @@ -847,9 +847,6 @@ /* The size of `time_t', as computed by sizeof. */ #define SIZEOF_TIME_T 4 -/* The size of `void*', as computed by sizeof. */ -#define SIZEOF_VOIDP 4 - /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 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 -- cgit v1.2.3