diff options
-rw-r--r-- | plugins/ublox/mm-broadband-bearer-ublox.c | 3 |
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) { |