Fix unused variable l

This commit is contained in:
Denis Kenzior 2009-08-20 18:20:00 -05:00
parent e0ff90e6da
commit 28b9d5d747
1 changed files with 0 additions and 1 deletions

View File

@ -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;