diff options
| author | Michael Brown | 2010-07-14 12:38:02 +0200 |
|---|---|---|
| committer | Michael Brown | 2010-07-14 12:38:02 +0200 |
| commit | e08cf49f1de665540b34584bd7df954e5e9376c0 (patch) | |
| tree | 3d5c34ae7e82c9ac27cfc872b58c800a28fc8fe0 /src/include/cmdlist.h | |
| parent | [console] Remove never-used putline() method (diff) | |
| download | ipxe-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/cmdlist.h')
| -rw-r--r-- | src/include/cmdlist.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/include/cmdlist.h b/src/include/cmdlist.h deleted file mode 100644 index 33cd349b3..000000000 --- a/src/include/cmdlist.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef COMMANDLIST_H -#define COMMANDLIST_H - -void test_req(); -void test2_req(); -void help_req(); -void nvo_cmd_req(); - -void commandlist() -{ - // test_req(); - // test2_req(); - help_req(); - nvo_cmd_req(); -} - -#endif - |
