summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-02-01 19:49:49 +0300
committermonsta <[email protected]>2016-02-01 19:49:49 +0300
commit3c24755e83ec6e7c916590af1b32605796301c38 (patch)
tree5eaab609c27e02c0aab268c477304427fbc3cab3
parentf25896b1dd07d4cd17e97b8b08bd990c52960d27 (diff)
downloadcaja-extensions-3c24755e83ec6e7c916590af1b32605796301c38.tar.bz2
caja-extensions-3c24755e83ec6e7c916590af1b32605796301c38.tar.xz
fix a build warning
-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);
}