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
|
||||
|
||||
|
||||
/**************************************************************************
|
||||
CLEANUP - shut down networking and console so that the OS may be called
|
||||
**************************************************************************/
|
||||
#if 0
|
||||
void cleanup(void)
|
||||
{
|
||||
/* Stop receiving packets */
|
||||
disable ( &dev );
|
||||
initialized = 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Local variables:
|
||||
|
|
Loading…
Reference in New Issue