aboutsummaryrefslogtreecommitdiff
path: root/sh.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-07 03:51:27 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-07 03:51:27 +0000
commite2cb0c048c2612da191d0aaf20da33a76193146d (patch)
treef86d6322221c21e1264c3f8fd956906521db063b /sh.c
parent23d29330ae8f6a3ea41883c21096218287cc9edc (diff)
downloadbusybox-w32-e2cb0c048c2612da191d0aaf20da33a76193146d.tar.gz
busybox-w32-e2cb0c048c2612da191d0aaf20da33a76193146d.tar.bz2
busybox-w32-e2cb0c048c2612da191d0aaf20da33a76193146d.zip
remove an unused variable
git-svn-id: svn://busybox.net/trunk/busybox@1995 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sh.c')
-rw-r--r--sh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sh.c b/sh.c
index 72d8bb38b..150055bb1 100644
--- a/sh.c
+++ b/sh.c
@@ -631,7 +631,6 @@ static void mark_closed(int fd)
631 631
632static void close_all() 632static 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);