diff options
-rw-r--r-- | src/mm-broadband-modem-mbim.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mm-broadband-modem-mbim.c b/src/mm-broadband-modem-mbim.c index 602415d6..8cb0f726 100644 --- a/src/mm-broadband-modem-mbim.c +++ b/src/mm-broadband-modem-mbim.c @@ -8508,7 +8508,6 @@ query_device_slot_mappings_ready (MbimDevice *device, MMBroadbandModemMbim *self; g_autoptr(MbimMessage) response = NULL; GError *error = NULL; - g_autoptr(MbimMessage) message = NULL; guint32 map_count = 0; g_autoptr(MbimSlotArray) slot_mappings = NULL; LoadSimSlotsContext *ctx; @@ -8565,7 +8564,6 @@ query_device_caps_ready (MbimDevice *device, MMBroadbandModemMbim *self; g_autoptr(MbimMessage) response = NULL; GError *error = NULL; - g_autoptr(MbimMessage) message = NULL; guint32 executor_index; self = g_task_get_source_object (task); |