broadband-modem-mbim: remove unused variable
This commit is contained in:

committed by
Aleksander Morgado

parent
b5dba9ad1c
commit
ae82e7d58c
@@ -1547,11 +1547,9 @@ parent_initialization_started_ready (MMBroadbandModem *self,
|
|||||||
GAsyncResult *res,
|
GAsyncResult *res,
|
||||||
GTask *task)
|
GTask *task)
|
||||||
{
|
{
|
||||||
InitializationStartedContext *ctx;
|
|
||||||
gpointer parent_ctx;
|
gpointer parent_ctx;
|
||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
|
|
||||||
ctx = g_task_get_task_data (task);
|
|
||||||
parent_ctx = MM_BROADBAND_MODEM_CLASS (mm_broadband_modem_mbim_parent_class)->initialization_started_finish (
|
parent_ctx = MM_BROADBAND_MODEM_CLASS (mm_broadband_modem_mbim_parent_class)->initialization_started_finish (
|
||||||
self,
|
self,
|
||||||
res,
|
res,
|
||||||
|
Reference in New Issue
Block a user