mirror of
https://github.com/curl/curl.git
synced 2026-07-22 16:27:15 +03:00
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:
parent
b3e1fe6dd6
commit
9724526429
2 changed files with 0 additions and 2 deletions
|
|
@ -40,7 +40,6 @@
|
|||
# undef msnprintf
|
||||
# undef vprintf
|
||||
# undef vfprintf
|
||||
# undef vsnprintf
|
||||
# undef mvsnprintf
|
||||
# undef aprintf
|
||||
# undef vaprintf
|
||||
|
|
|
|||
|
|
@ -98,7 +98,6 @@
|
|||
# undef msnprintf
|
||||
# undef vprintf
|
||||
# undef vfprintf
|
||||
# undef vsprintf
|
||||
# undef mvsnprintf
|
||||
# undef aprintf
|
||||
# undef vaprintf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue