Unverified Commit 4f2541f9 authored by Ruslan Baratov's avatar Ruslan Baratov Committed by Daniel Stenberg
Browse files

config: Remove unused SIZEOF_VOIDP

Closes #3162
parent eecfe974
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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

+0 −3
Original line number Diff line number Diff line
@@ -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