From f2f897a1762fab84d2905f32b1c15dd7b42abb56 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 9 Feb 2016 18:08:47 -0800 Subject: gpxe: delete long since obsolete snapshot of gPXE gPXE has been deprecated in favor of iPXE for many, many years now. It is much better than users get it directly from the iPXE project, since we should no longer need any special modifications for Syslinux use. Signed-off-by: H. Peter Anvin --- gpxe/src/include/cmdlist.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 gpxe/src/include/cmdlist.h (limited to 'gpxe/src/include/cmdlist.h') diff --git a/gpxe/src/include/cmdlist.h b/gpxe/src/include/cmdlist.h deleted file mode 100644 index 33cd349b..00000000 --- a/gpxe/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 - -- cgit v1.2.1