david/ipxe
Archived
1
0

Take out unused cleanup() function so that we can remove the link

dependency on dev.o.
This commit is contained in:
Michael Brown 2006-08-14 22:52:35 +00:00
parent d475ecd561
commit 27ba2d7527

View File

@ -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: