aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-07-12 10:58:49 +0200
committerAleksander Morgado <aleksander@aleksander.es>2017-07-12 10:59:27 +0200
commit247890739b940b448d76a2d83bbc34ba91a83d33 (patch)
tree20503ca99a741b44bc7f5dd2fb7fc8a86351c7e8 /src
parent350aa6a4618468de62c0ef6ab943a7adf6e92236 (diff)
broadband-modem-mbim: remove unused variable
CC ModemManager-mm-broadband-modem-mbim.o mm-broadband-modem-mbim.c: In function ‘mbim_port_open_ready’: mm-broadband-modem-mbim.c:1581:35: error: unused variable ‘ctx’ [-Werror=unused-variable] InitializationStartedContext *ctx; ^~~ cc1: all warnings being treated as errors
Diffstat (limited to 'src')
-rw-r--r--src/mm-broadband-modem-mbim.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm-broadband-modem-mbim.c b/src/mm-broadband-modem-mbim.c
index 1b5682e9..8d8882b1 100644
--- a/src/mm-broadband-modem-mbim.c
+++ b/src/mm-broadband-modem-mbim.c
@@ -1578,7 +1578,6 @@ mbim_port_open_ready (MMPortMbim *mbim,
GAsyncResult *res,
GTask *task)
{
- InitializationStartedContext *ctx;
GError *error = NULL;
if (!mm_port_mbim_open_finish (mbim, res, &error)) {