aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-modem-location.c
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2018-09-21 12:21:05 +0200
committerAleksander Morgado <aleksander@aleksander.es>2018-09-21 15:15:54 +0200
commit4d16eec5fbbe16e92dd25bea420fb8c503e520ec (patch)
treec79fd332f598c266fa4a28002f5e4768708b8237 /cli/mmcli-modem-location.c
parent8ef6d397c70313bdc511319c707e0ae825eacc96 (diff)
mmcli,location: fix doubled variable declaration
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@pengutronix.de>
Diffstat (limited to 'cli/mmcli-modem-location.c')
-rw-r--r--cli/mmcli-modem-location.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/mmcli-modem-location.c b/cli/mmcli-modem-location.c
index 91a73b24..276c607a 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;