diff options
author | Andrew Lassalle <andrewlassalle@chromium.org> | 2021-02-02 13:43:16 -0800 |
---|---|---|
committer | Andrew Lassalle <andrewlassalle@chromium.org> | 2021-02-03 09:31:28 -0800 |
commit | 52b44aeb4956a223ce9edcb596a896413b4d69fc (patch) | |
tree | 5842b16db06c100d2093c4262cdf1eeb2bf98068 /plugins/cinterion/mm-broadband-modem-cinterion.c | |
parent | 66010ed17e71714f35bb34a66cc53e1102a28651 (diff) |
cinterion: remove unused variables
Diffstat (limited to 'plugins/cinterion/mm-broadband-modem-cinterion.c')
-rw-r--r-- | plugins/cinterion/mm-broadband-modem-cinterion.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/cinterion/mm-broadband-modem-cinterion.c b/plugins/cinterion/mm-broadband-modem-cinterion.c index 35e20334..4986eea5 100644 --- a/plugins/cinterion/mm-broadband-modem-cinterion.c +++ b/plugins/cinterion/mm-broadband-modem-cinterion.c @@ -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; |