From 3c24755e83ec6e7c916590af1b32605796301c38 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 1 Feb 2016 19:49:49 +0300 Subject: fix a build warning --- share/shares.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/share/shares.c b/share/shares.c index a8d9bdd..2e39d56 100644 --- a/share/shares.c +++ b/share/shares.c @@ -997,9 +997,6 @@ shares_free_share_info_list (GSList *list) GSList *l; for (l = list; l; l = l->next) { - ShareInfo *info; - - info = l->data; shares_free_share_info (l->data); } -- cgit v1.2.1