From 1eb3928db63f29fa623eacd46c718941c8d83e3c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 11 May 2025 23:40:53 +0200 Subject: [PATCH] mprintf: remove outdated comment about SIZEOF_SIZE_T It was now plain wrong Closes #17312 --- lib/mprintf.c | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.47.3