diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2010-02-28 18:53:08 -0800 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2010-02-28 18:53:08 -0800 |
| commit | 68d8db147c3fbefbd8d94b45542f93666066c823 (patch) | |
| tree | cb0a80bf6d97389005108be08cca7d1adc30a390 /com32/lib/printf.c | |
| parent | 3d360c8a2a20eb55bcc4d3462c5c032fe0831865 (diff) | |
| download | syslinux-68d8db147c3fbefbd8d94b45542f93666066c823.tar.gz | |
com32/lib: remove unused definitions
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/lib/printf.c')
| -rw-r--r-- | com32/lib/printf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/com32/lib/printf.c b/com32/lib/printf.c index a6f5b508..86c2b767 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; |
