From: Daniel Stenberg Date: Sun, 11 May 2025 21:40:53 +0000 (+0200) Subject: mprintf: remove outdated comment about SIZEOF_SIZE_T X-Git-Tag: curl-8_14_0~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1eb3928db63f29fa623eacd46c718941c8d83e3c;p=thirdparty%2Fcurl.git mprintf: remove outdated comment about SIZEOF_SIZE_T It was now plain wrong Closes #17312 --- diff --git a/lib/mprintf.c b/lib/mprintf.c index 6d363be651..31008105e5 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -31,10 +31,6 @@ /* The last #include file should be: */ #include "memdebug.h" -/* - * If SIZEOF_SIZE_T has not been defined, default to the size of long. - */ - #ifdef HAVE_LONGLONG # define LONG_LONG_TYPE long long # define HAVE_LONG_LONG_TYPE