mirror of https://github.com/mirror/busybox.git
remove an unused variable
parent
7850f1e2ac
commit
11ae573320
1
lash.c
1
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);
|
||||
|
|
1
sh.c
1
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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue