]> granicus.if.org Git - curl/commitdiff
config: Remove unused SIZEOF_VOIDP
authorRuslan Baratov <ruslan_baratov@yahoo.com>
Wed, 8 Aug 2018 11:15:43 +0000 (14:15 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 24 Oct 2018 09:20:57 +0000 (11:20 +0200)
Closes #3162

lib/config-vxworks.h
lib/curl_config.h.cmake

index 19f2d2354d47cdf8c9bc7cfdd15cb50b8ca12d94..a03e341e6233a2c6abdc836e41f319c508012e09 100644 (file)
 /* 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
 
index 83cf07ba60af3e2a59bc72d050c47c6f98e7a5a2..5308eb579da53b7dea27f845a8ca260a6211ba0d 100644 (file)
 /* 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