diff options
author | monsta <[email protected]> | 2016-02-01 19:49:49 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-02-01 19:49:49 +0300 |
commit | 3c24755e83ec6e7c916590af1b32605796301c38 (patch) | |
tree | 5eaab609c27e02c0aab268c477304427fbc3cab3 /share | |
parent | f25896b1dd07d4cd17e97b8b08bd990c52960d27 (diff) | |
download | caja-extensions-3c24755e83ec6e7c916590af1b32605796301c38.tar.bz2 caja-extensions-3c24755e83ec6e7c916590af1b32605796301c38.tar.xz |
fix a build warning
Diffstat (limited to 'share')
-rw-r--r-- | share/shares.c | 3 |
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); } |