sim-mbim: remove unused variable

src/mm-sim-mbim.c:1134:30: warning: unused variable 'request' [-Wunused-variable]
      g_autoptr(MbimMessage)   request = NULL;
                               ^
This commit is contained in:
Aleksander Morgado
2023-03-15 09:03:54 +00:00
parent dad3e82747
commit 6c2822167b

View File

@@ -1131,7 +1131,6 @@ common_read_binary (MMSimMbim *self,
GAsyncReadyCallback callback, GAsyncReadyCallback callback,
gpointer user_data) gpointer user_data)
{ {
g_autoptr(MbimMessage) request = NULL;
GTask *task; GTask *task;
MbimDevice *device; MbimDevice *device;
CommonReadBinaryContext *ctx; CommonReadBinaryContext *ctx;