diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-08-20 15:26:29 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-08-20 15:39:12 -0500 |
commit | 191c521f9d8a348219260ba1a7255ae1ca62bd2f (patch) | |
tree | 6fb7795e2c38e7ca011d1a05f7aa699b9ed69e48 | |
parent | ba851568f5388cfc3d3917034364eb06f13c03e9 (diff) | |
download | ofono-191c521f9d8a348219260ba1a7255ae1ca62bd2f.tar.bz2 |
Fix unused variable l
-rw-r--r-- | src/voicecall.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |