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;
|
int firmware_language;
|
||||||
|
|
||||||
const char *cflash_disk_image_file;
|
|
||||||
#ifdef HAVE_TIMEOUT
|
#ifdef HAVE_TIMEOUT
|
||||||
int timeout;
|
int timeout;
|
||||||
#endif
|
#endif
|
||||||
|
@ -438,8 +437,6 @@ init_configured_features( struct configured_features *config)
|
||||||
|
|
||||||
config->savetype = 0;
|
config->savetype = 0;
|
||||||
|
|
||||||
config->cflash_disk_image_file = NULL;
|
|
||||||
|
|
||||||
#ifdef HAVE_TIMEOUT
|
#ifdef HAVE_TIMEOUT
|
||||||
config->timeout = 0;
|
config->timeout = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue