diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-19 02:09:48 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-19 02:09:48 +0200 |
commit | 7aa9c2486c2d85a8de6204ab3734f457d450cdb6 (patch) | |
tree | 7ce42796e9613af1c50ffe8676f4bf5f85d44b27 /libc/stdio/vsnprintf.c | |
parent | 93f8a2e834eed69aff7ef3be8c2baba14bab0658 (diff) |
remove a few more empty #if/#endif pairs
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libc/stdio/vsnprintf.c')
-rw-r--r-- | libc/stdio/vsnprintf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/stdio/vsnprintf.c b/libc/stdio/vsnprintf.c index 7eb91eeff..07cff3410 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__ */ |