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,
|
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;
|
||||||
|
Reference in New Issue
Block a user