From d7848e9e409a2e7ca4823eddce9fdd69a9687220 Mon Sep 17 00:00:00 2001 From: Otavio Pontes Date: Wed, 17 Jul 2019 09:46:00 -0700 Subject: [PATCH] globals: Remove unused variable Signed-off-by: Otavio Pontes --- src/globals.c | 1 - src/swupd.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/globals.c b/src/globals.c index 23bdf04f..f0ac9802 100644 --- a/src/globals.c +++ b/src/globals.c @@ -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; diff --git a/src/swupd.h b/src/swupd.h index f3d9e3d9..53ebed41 100644 --- a/src/swupd.h +++ b/src/swupd.h @@ -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;