remove an unused variable

This commit is contained in:
Eric Andersen 2001-03-07 03:51:27 +00:00
parent 7850f1e2ac
commit 11ae573320
3 changed files with 0 additions and 3 deletions

1
lash.c
View File

@ -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);

1
sh.c
View File

@ -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);

View File

@ -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);