mprintf: remove outdated comment about SIZEOF_SIZE_T

It was now plain wrong

Closes #17312
This commit is contained in:
Daniel Stenberg 2025-05-11 23:40:53 +02:00
parent c37f4b6ac3
commit 1eb3928db6
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -31,10 +31,6 @@
/* The last #include file should be: */ /* The last #include file should be: */
#include "memdebug.h" #include "memdebug.h"
/*
* If SIZEOF_SIZE_T has not been defined, default to the size of long.
*/
#ifdef HAVE_LONGLONG #ifdef HAVE_LONGLONG
# define LONG_LONG_TYPE long long # define LONG_LONG_TYPE long long
# define HAVE_LONG_LONG_TYPE # define HAVE_LONG_LONG_TYPE