diff options
-rw-r--r-- | src/modem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modem.c b/src/modem.c index 40669108..aa701bfa 100644 --- a/src/modem.c +++ b/src/modem.c @@ -358,7 +358,6 @@ static void remove_all_atoms(struct ofono_modem *modem) static void modem_free(gpointer data) { struct ofono_modem *modem = data; - GSList *l; if (modem == NULL) return; |