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:
@@ -1131,7 +1131,6 @@ common_read_binary (MMSimMbim *self,
|
||||
GAsyncReadyCallback callback,
|
||||
gpointer user_data)
|
||||
{
|
||||
g_autoptr(MbimMessage) request = NULL;
|
||||
GTask *task;
|
||||
MbimDevice *device;
|
||||
CommonReadBinaryContext *ctx;
|
||||
|
Reference in New Issue
Block a user