[PATCH] mmcli,location: fix doubled variable declaration

Ulrich Ölmann u.oelmann at pengutronix.de
Fri Sep 21 10:21:05 UTC 2018


Remove the redundant declaration of which slipped into the code in commit
091bf4dbd811 ("api: support location assistance data").

Signed-off-by: Ulrich Ölmann <u.oelmann at pengutronix.de>
---
 cli/mmcli-modem-location.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cli/mmcli-modem-location.c b/cli/mmcli-modem-location.c
index 91a73b24cc9c..276c607a08c6 100644
--- a/cli/mmcli-modem-location.c
+++ b/cli/mmcli-modem-location.c
@@ -66,7 +66,6 @@ static gboolean set_enable_signal_flag;
 static gboolean set_disable_signal_flag;
 static gboolean get_all_flag;
 static gchar *set_supl_server_str;
-static gchar *set_supl_server_str;
 static gchar *inject_assistance_data_str;
 static gchar *set_gps_refresh_rate_str;
 
-- 
2.19.0



More information about the ModemManager-devel mailing list