summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/shares.c3
1 files changed, 0 insertions, 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);
}