mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-03 12:31:57 +00:00
remove unused buffer_size
This commit is contained in:
parent
fceb358601
commit
7dae74d734
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user