diff options
Diffstat (limited to 'lash.c')
-rw-r--r-- | lash.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -631,7 +631,6 @@ static void mark_closed(int fd) | |||
631 | 631 | ||
632 | static void close_all() | 632 | static void close_all() |
633 | { | 633 | { |
634 | int i=0; | ||
635 | struct close_me *c, *tmp; | 634 | struct close_me *c, *tmp; |
636 | for (c=close_me_head; c; c=tmp) { | 635 | for (c=close_me_head; c; c=tmp) { |
637 | close(c->fd); | 636 | close(c->fd); |