mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-08 06:31:50 +00:00
globals: Remove unused variable
Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user