summaryrefslogtreecommitdiffstats
path: root/src/core/main.c
diff options
context:
space:
mode:
authorMichael Brown2006-08-15 00:52:35 +0200
committerMichael Brown2006-08-15 00:52:35 +0200
commit27ba2d75278834807d815ce48a0ad96753a9b729 (patch)
tree9c92064c386a4cd1b6ec49dff3039fc5dcf2b319 /src/core/main.c
parentRemoved TAGGED_IMAGE from the default build; NBI has been broken for ages. (diff)
downloadipxe-27ba2d75278834807d815ce48a0ad96753a9b729.tar.gz
ipxe-27ba2d75278834807d815ce48a0ad96753a9b729.tar.xz
ipxe-27ba2d75278834807d815ce48a0ad96753a9b729.zip
Take out unused cleanup() function so that we can remove the link
dependency on dev.o.
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c3
1 files changed, 2 insertions, 1 deletions
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: