From 68d8db147c3fbefbd8d94b45542f93666066c823 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sun, 28 Feb 2010 18:53:08 -0800 Subject: [PATCH] com32/lib: remove unused definitions Signed-off-by: H. Peter Anvin --- com32/lib/fprintf.c | 2 -- com32/lib/printf.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/com32/lib/fprintf.c b/com32/lib/fprintf.c index 36b8626..5eb8e07 100644 --- a/com32/lib/fprintf.c +++ b/com32/lib/fprintf.c @@ -5,8 +5,6 @@ #include #include -#define BUFFER_SIZE 16384 - int fprintf(FILE * file, const char *format, ...) { va_list ap; diff --git a/com32/lib/printf.c b/com32/lib/printf.c index a6f5b50..86c2b76 100644 --- a/com32/lib/printf.c +++ b/com32/lib/printf.c @@ -5,8 +5,6 @@ #include #include -#define BUFFER_SIZE 16384 - int printf(const char *format, ...) { va_list ap; -- 2.7.4