summaryrefslogtreecommitdiff
path: root/libc/stdio/fwprintf.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-09 23:20:16 +0100
committerPeter S. Mazinger <ps.m@gmx.net>2011-03-09 23:20:16 +0100
commitabd6c6c29f82ddcc7c86c67519b79d2381622ed9 (patch)
treee856b8ab3c777d488839f0414561466aaa53be84 /libc/stdio/fwprintf.c
parent3ec2f90152de3b11266bc0d3f4fa6a41b3c52374 (diff)
remove unused hidden functions
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'libc/stdio/fwprintf.c')
-rw-r--r--libc/stdio/fwprintf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/fwprintf.c b/libc/stdio/fwprintf.c
index 2f2dddc10..954970867 100644
--- a/libc/stdio/fwprintf.c
+++ b/libc/stdio/fwprintf.c
@@ -21,4 +21,3 @@ int fwprintf(FILE * __restrict stream, const wchar_t * __restrict format, ...)
return rv;
}
-libc_hidden_def(fwprintf)