broadband-modem: remove unused variable
mm-broadband-modem.c:10703:23: warning: unused variable 'cmd' [-Wunused-variable] g_autofree gchar *cmd = NULL; ^
This commit is contained in:
@@ -10702,7 +10702,6 @@ check_activated_profile_cgact_query_ready (MMBaseModem *self,
|
|||||||
GList *l;
|
GList *l;
|
||||||
gint profile_id;
|
gint profile_id;
|
||||||
gboolean activated = FALSE;
|
gboolean activated = FALSE;
|
||||||
g_autofree gchar *cmd = NULL;
|
|
||||||
|
|
||||||
response = mm_base_modem_at_command_finish (MM_BASE_MODEM (self), res, &error);
|
response = mm_base_modem_at_command_finish (MM_BASE_MODEM (self), res, &error);
|
||||||
if (response)
|
if (response)
|
||||||
|
Reference in New Issue
Block a user