From 191c521f9d8a348219260ba1a7255ae1ca62bd2f Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 20 Aug 2009 15:26:29 -0500 Subject: Fix unused variable l --- src/voicecall.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/voicecall.c b/src/voicecall.c index 027168a4..f7575a10 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -1681,7 +1681,6 @@ static void emit_en_list_changed(struct ofono_voicecall *vc) static void set_new_ecc(struct ofono_voicecall *vc) { - GSList *l; int i = 0; g_slist_foreach(vc->en_list, (GFunc)g_free, NULL); -- cgit v1.2.3