xmm: remove unused 'priv' variable in xact_query_bands_ready()
This commit is contained in:

committed by
Aleksander Morgado

parent
9c03ce033c
commit
14ca3efb7f
@@ -297,11 +297,8 @@ xact_query_bands_ready (MMBaseModem *self,
|
|||||||
{
|
{
|
||||||
const gchar *response;
|
const gchar *response;
|
||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
Private *priv;
|
|
||||||
GArray *result = NULL;
|
GArray *result = NULL;
|
||||||
|
|
||||||
priv = get_private (MM_SHARED_XMM (self));
|
|
||||||
|
|
||||||
response = mm_base_modem_at_command_finish (self, res, &error);
|
response = mm_base_modem_at_command_finish (self, res, &error);
|
||||||
if (!response ||
|
if (!response ||
|
||||||
!mm_xmm_parse_xact_query_response (response, NULL, &result, &error))
|
!mm_xmm_parse_xact_query_response (response, NULL, &result, &error))
|
||||||
|
Reference in New Issue
Block a user