From 27ba2d75278834807d815ce48a0ad96753a9b729 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 14 Aug 2006 22:52:35 +0000 Subject: [PATCH] Take out unused cleanup() function so that we can remove the link dependency on dev.o. --- src/core/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/main.c b/src/core/main.c index a15d0f6e..30839401 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -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: