globals: Remove unused variable

Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
This commit is contained in:
Otavio Pontes
2019-07-19 14:18:05 -07:00
parent 6a0849646d
commit d7848e9e40
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -74,7 +74,6 @@ bool wait_for_scripts = false;
* different quality of server and control of the servers
*/
static bool verbose_time = false;
bool have_manifest_diskspace = false; /* assume no until checked */
char *version_url = NULL;
char *content_url = NULL;
bool content_url_is_local = false;
-1
View File
@@ -167,7 +167,6 @@ struct file_counts {
};
extern bool verify_esp_only;
extern bool have_manifest_diskspace;
extern bool have_network;
extern bool verify_bundles_only;
extern bool ignore_config;