Static-ify a variable. make du work with all the human-readable variants
[oweals/busybox.git] / sh.c
diff --git a/sh.c b/sh.c
index 72d8bb38b8c4710f4ce65b3ab96b4e2a98c5204f..150055bb142b00f62ac4e73c02453e350adb9571 100644 (file)
--- a/sh.c
+++ b/sh.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);