xmm: remove unused 'priv' variable in xact_query_bands_ready()

This commit is contained in:
Ben Chan
2018-10-20 00:47:19 -07:00
committed by Aleksander Morgado
parent 9c03ce033c
commit 14ca3efb7f

View File

@@ -297,11 +297,8 @@ xact_query_bands_ready (MMBaseModem *self,
{
const gchar *response;
GError *error = NULL;
Private *priv;
GArray *result = NULL;
priv = get_private (MM_SHARED_XMM (self));
response = mm_base_modem_at_command_finish (self, res, &error);
if (!response ||
!mm_xmm_parse_xact_query_response (response, NULL, &result, &error))