cinterion: remove unused variables

This commit is contained in:
Andrew Lassalle
2021-02-02 13:43:16 -08:00
parent 66010ed17e
commit 52b44aeb49
2 changed files with 0 additions and 3 deletions

View File

@@ -1311,8 +1311,6 @@ set_initial_eps_cfun_mode_load_ready (MMBaseModem *self,
{
GError *error = NULL;
const gchar *response;
g_autoptr(GRegex) r = NULL;
g_autoptr(GMatchInfo) match_info = NULL;
SetInitialEpsContext *ctx;
guint mode;

View File

@@ -1467,7 +1467,6 @@ mm_cinterion_provcfg_response_to_cid (const gchar *response,
{
g_autoptr(GRegex) r = NULL;
g_autoptr(GMatchInfo) match_info = NULL;
g_autofree GError *inner_error = NULL;
g_autofree gchar *mno = NULL;
r = g_regex_new ("\\^SCFG:\\s*\"MEopMode/Prov/Cfg\",\\s*\"([0-9a-zA-Z]*)\"", 0, 0, NULL);