lib: delete stray undefs for vsnprintf, vsprintf

Stop #undefining macros that were not redefined or used in the code.

Closes #14631
This commit is contained in:
Viktor Szakats 2024-08-21 13:30:54 +02:00
parent b3e1fe6dd6
commit 9724526429
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
2 changed files with 0 additions and 2 deletions

View File

@ -40,7 +40,6 @@
# undef msnprintf
# undef vprintf
# undef vfprintf
# undef vsnprintf
# undef mvsnprintf
# undef aprintf
# undef vaprintf

View File

@ -98,7 +98,6 @@
# undef msnprintf
# undef vprintf
# undef vfprintf
# undef vsprintf
# undef mvsnprintf
# undef aprintf
# undef vaprintf