Cflash image file is handled by common code, remove unused variables.
This commit is contained in:
parent
541348deda
commit
ed9c5eb8f5
|
@ -421,7 +421,6 @@ public:
|
|||
|
||||
int firmware_language;
|
||||
|
||||
const char *cflash_disk_image_file;
|
||||
#ifdef HAVE_TIMEOUT
|
||||
int timeout;
|
||||
#endif
|
||||
|
@ -438,8 +437,6 @@ init_configured_features( struct configured_features *config)
|
|||
|
||||
config->savetype = 0;
|
||||
|
||||
config->cflash_disk_image_file = NULL;
|
||||
|
||||
#ifdef HAVE_TIMEOUT
|
||||
config->timeout = 0;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue