diff options
Diffstat (limited to 'libc/stdio/swprintf.c')
-rw-r--r-- | libc/stdio/swprintf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/swprintf.c b/libc/stdio/swprintf.c index 4af8a6b11..8e037d20d 100644 --- a/libc/stdio/swprintf.c +++ b/libc/stdio/swprintf.c @@ -9,7 +9,6 @@ #include <stdarg.h> #include <wchar.h> -/* libc_hidden_proto(vswprintf) */ #ifndef __STDIO_BUFFERS #warning Skipping swprintf since no buffering! |