com32/lib: remove unused definitions
authorH. Peter Anvin <hpa@zytor.com>
Mon, 1 Mar 2010 02:53:08 +0000 (18:53 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 1 Mar 2010 02:53:08 +0000 (18:53 -0800)
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/lib/fprintf.c
com32/lib/printf.c

index 36b8626..5eb8e07 100644 (file)
@@ -5,8 +5,6 @@
 #include <stdio.h>
 #include <stdarg.h>
 
-#define BUFFER_SIZE    16384
-
 int fprintf(FILE * file, const char *format, ...)
 {
     va_list ap;
index a6f5b50..86c2b76 100644 (file)
@@ -5,8 +5,6 @@
 #include <stdio.h>
 #include <stdarg.h>
 
-#define BUFFER_SIZE    16384
-
 int printf(const char *format, ...)
 {
     va_list ap;