[syslinux:pathbased] com32/lib: remove unused definitions

syslinux-bot for H. Peter Anvin hpa at zytor.com
Sun Feb 28 18:54:08 PST 2010


Commit-ID:  68d8db147c3fbefbd8d94b45542f93666066c823
Gitweb:     http://syslinux.zytor.com/commit/68d8db147c3fbefbd8d94b45542f93666066c823
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Sun, 28 Feb 2010 18:53:08 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Sun, 28 Feb 2010 18:53:08 -0800

com32/lib: remove unused definitions

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 com32/lib/fprintf.c |    2 --
 com32/lib/printf.c  |    2 --
 2 files changed, 0 insertions(+), 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 <stdio.h>
 #include <stdarg.h>
 
-#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 <stdio.h>
 #include <stdarg.h>
 
-#define BUFFER_SIZE	16384
-
 int printf(const char *format, ...)
 {
     va_list ap;



More information about the Syslinux-commits mailing list