summaryrefslogtreecommitdiffstats
path: root/src/include/cmdline.h
diff options
context:
space:
mode:
authorMichael Brown2010-07-14 12:38:02 +0200
committerMichael Brown2010-07-14 12:38:02 +0200
commite08cf49f1de665540b34584bd7df954e5e9376c0 (patch)
tree3d5c34ae7e82c9ac27cfc872b58c800a28fc8fe0 /src/include/cmdline.h
parent[console] Remove never-used putline() method (diff)
downloadipxe-e08cf49f1de665540b34584bd7df954e5e9376c0.tar.gz
ipxe-e08cf49f1de665540b34584bd7df954e5e9376c0.tar.xz
ipxe-e08cf49f1de665540b34584bd7df954e5e9376c0.zip
[build] Remove some obsolete header files
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/cmdline.h')
-rw-r--r--src/include/cmdline.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/cmdline.h b/src/include/cmdline.h
deleted file mode 100644
index 9ab29c537..000000000
--- a/src/include/cmdline.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef CMDLINE_H
-#define CMDLINE_H
-
-/* Command line external functions */
-
-void cmdl_start();
-
-#endif