diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/lash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/lash.c b/shell/lash.c index 72d8bb3..150055b 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -631,7 +631,6 @@ static void mark_closed(int fd) static void close_all() { - int i=0; struct close_me *c, *tmp; for (c=close_me_head; c; c=tmp) { close(c->fd); |