summaryrefslogtreecommitdiffstats
path: root/libc/stdio/vsnprintf.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-19 02:09:48 +0200
committerAustin Foxley <austinf@cetoncorp.com>2009-09-18 17:17:32 -0700
commit55fa359b3f06fd01ee30267c7795b2dd1cf32bf2 (patch)
tree874970b5dd8c160eea862f90798b04c40e4176ca /libc/stdio/vsnprintf.c
parent0937a4c490a370744c539bd31decfd9e4e61db55 (diff)
downloaduClibc-alpine-55fa359b3f06fd01ee30267c7795b2dd1cf32bf2.tar.bz2
uClibc-alpine-55fa359b3f06fd01ee30267c7795b2dd1cf32bf2.tar.xz
remove a few more empty #if/#endif pairs
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc/stdio/vsnprintf.c')
-rw-r--r--libc/stdio/vsnprintf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/stdio/vsnprintf.c b/libc/stdio/vsnprintf.c
index 7ff464e54..31adc52b6 100644
--- a/libc/stdio/vsnprintf.c
+++ b/libc/stdio/vsnprintf.c
@@ -9,9 +9,6 @@
#include <stdarg.h>
-#ifdef __USE_OLD_VFPRINTF__
-#endif
-
#ifdef __UCLIBC_MJN3_ONLY__
#warning WISHLIST: Implement vsnprintf for non-buffered and no custom stream case.
#endif /* __UCLIBC_MJN3_ONLY__ */