broadband-modem-mbim: remove unused variables

mm-broadband-modem-mbim.c:8525:30: warning: unused variable 'message' [-Wunused-variable]
      g_autoptr(MbimMessage)   message = NULL;
                               ^
  mm-broadband-modem-mbim.c:8582:29: warning: unused variable 'message' [-Wunused-variable]
      g_autoptr(MbimMessage)  message = NULL;
                              ^
This commit is contained in:
Aleksander Morgado
2022-08-17 14:08:30 +00:00
parent 4aa33b8415
commit 490a253033

View File

@@ -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);