From 7dae74d734db474a0d04ca2b1f41dafe6cf3ea52 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Thu, 1 Dec 2005 22:57:33 +0000 Subject: [PATCH] remove unused buffer_size --- tools/emile.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/emile.c b/tools/emile.c index ba0accc..0e14dcb 100644 --- a/tools/emile.c +++ b/tools/emile.c @@ -27,7 +27,6 @@ static char *map_path = NULL; static char *backup_path = NULL; static char *partition = NULL; static char *append_string = NULL; -static int buffer_size = 0; enum { ACTION_NONE = 0x00000000, @@ -673,7 +672,6 @@ int main(int argc, char **argv) printf("kernel: %s\n", kernel_path); printf("map file: %s\n", map_path); printf("append: %s\n", append_string); - printf("buffer size: %d\n", buffer_size); /* set kernel info into second level */