mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-22 17:41:55 +00:00
Take out unused cleanup() function so that we can remove the link
dependency on dev.o.
This commit is contained in:
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
Block a user