summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-12-24 15:53:37 +0100
committerAleksander Morgado <aleksander@aleksander.es>2019-01-30 12:10:03 +0100
commit421b5e48e04ae2aeb88bde55dcbfbf2501af9b7f (patch)
treee1b9061197a3810f030fa5c77970fdcaa14a6620
parent3575fe352812b6eb05298aef451b81adbc723ce1 (diff)
downloadModemManager-421b5e48e04ae2aeb88bde55dcbfbf2501af9b7f.tar.gz
ublox,helpers: remove unused variable
ublox/mm-modem-helpers-ublox.c:1291:14: error: unused variable ‘found’ [-Werror=unused-variable] gboolean found; ^~~~~
-rw-r--r--plugins/ublox/mm-modem-helpers-ublox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ublox/mm-modem-helpers-ublox.c b/plugins/ublox/mm-modem-helpers-ublox.c
index 662a19bd4..1fc598bf0 100644
--- a/plugins/ublox/mm-modem-helpers-ublox.c
+++ b/plugins/ublox/mm-modem-helpers-ublox.c
@@ -1286,7 +1286,6 @@ mm_ublox_build_ubandsel_set_command (GArray *bands,
GString *command = NULL;
GArray *ubandsel_nums;
guint num;
- gboolean found;
guint i, j, k;
if (bands->len == 1 && g_array_index (bands, MMModemBand, 0) == MM_MODEM_BAND_ANY)