mirror of https://github.com/ipxe/ipxe.git
Take out unused cleanup() function so that we can remove the link
dependency on dev.o.pull/1/head
parent
d475ecd561
commit
27ba2d7527
|
@ -345,16 +345,17 @@ static const struct proto protos[] = {
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
CLEANUP - shut down networking and console so that the OS may be called
|
CLEANUP - shut down networking and console so that the OS may be called
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
#if 0
|
||||||
void cleanup(void)
|
void cleanup(void)
|
||||||
{
|
{
|
||||||
/* Stop receiving packets */
|
/* Stop receiving packets */
|
||||||
disable ( &dev );
|
disable ( &dev );
|
||||||
initialized = 0;
|
initialized = 0;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Local variables:
|
* Local variables:
|
||||||
|
|
Loading…
Reference in New Issue