summaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-08-11 09:07:06 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-08-11 09:07:06 +0200
commitd48dd1573c93594284b9d2695df90646d19adf88 (patch)
tree51674e9c2e4b74eb723b90f31c196a69e114940f /lib/config-win32.h
parent9e11c2791fb960758ad46b53c80fa37029c5501b (diff)
downloadcurl-d48dd1573c93594284b9d2695df90646d19adf88.tar.gz
config: remove the check for and use of SIZEOF_SHORT
shorts are 2 bytes on all platforms curl runs and have ever run on. Closes #9291
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 83484ddbe..0ac529d25 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -283,9 +283,6 @@
/* Define to the size of `long long', as computed by sizeof. */
/* #define SIZEOF_LONG_LONG 8 */
-/* Define to the size of `short', as computed by sizeof. */
-#define SIZEOF_SHORT 2
-
/* Define to the size of `long', as computed by sizeof. */
#define SIZEOF_LONG 4