diff options
Diffstat (limited to 'src/stdio/__printf.c')
-rw-r--r-- | src/stdio/__printf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stdio/__printf.c b/src/stdio/__printf.c index e82156b9..38dd012b 100644 --- a/src/stdio/__printf.c +++ b/src/stdio/__printf.c @@ -341,7 +341,3 @@ int (__printf)(struct io_options *opt, const char * format, va_list arg) return nout; } - -/* -STDC(0) -*/ |