aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Chan <benchan@chromium.org>2017-08-02 21:53:44 -0700
committerAleksander Morgado <aleksander@aleksander.es>2017-08-03 12:19:37 +0200
commit5accaf504f92b93b66058ac856a7d0b150b1c410 (patch)
tree2642085e2fbc456a884a1d829e09d3bfc93ae623
parent03bf0479ae516862e0c1972654d31acc83a05fbb (diff)
ublox: remove unused variable
-rw-r--r--plugins/ublox/mm-broadband-bearer-ublox.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/ublox/mm-broadband-bearer-ublox.c b/plugins/ublox/mm-broadband-bearer-ublox.c
index 62f3d7ea..11911b25 100644
--- a/plugins/ublox/mm-broadband-bearer-ublox.c
+++ b/plugins/ublox/mm-broadband-bearer-ublox.c
@@ -370,9 +370,6 @@ uauthreq_ready (MMBaseModem *modem,
{
const gchar *response;
GError *error = NULL;
- CommonConnectContext *ctx;
-
- ctx = (CommonConnectContext *) g_task_get_task_data (task);
response = mm_base_modem_at_command_finish (modem, res, &error);
if (!response) {