From 64ed4af748907c3c077d4c5b0755434ec7ac248c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 13 Dec 2008 01:49:40 +0100 Subject: [PATCH] Remove unused variable --- plugins/wifi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/wifi.c b/plugins/wifi.c index 8b83c34..e463589 100644 --- a/plugins/wifi.c +++ b/plugins/wifi.c @@ -220,7 +220,6 @@ static gboolean cleanup_pending(gpointer user_data) static void clear_results(struct connman_element *parent) { struct wifi_data *data = connman_element_get_data(parent); - GSList *list; DBG("pending %d", g_slist_length(data->pending)); DBG("current %d", g_slist_length(data->current)); -- 2.7.4