summaryrefslogtreecommitdiff
path: root/lib/config-mac.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-mac.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-mac.h')
-rw-r--r--lib/config-mac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/config-mac.h b/lib/config-mac.h
index 4928866b1..ed07019e6 100644
--- a/lib/config-mac.h
+++ b/lib/config-mac.h
@@ -76,7 +76,6 @@
#define HAVE_IOCTL_FIONBIO 1
#define SIZEOF_INT 4
-#define SIZEOF_SHORT 2
#define SIZEOF_SIZE_T 4
#define HAVE_RECV 1