summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux/latest/com32/modules/cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/syslinux/latest/com32/modules/cmd.c')
-rw-r--r--contrib/syslinux/latest/com32/modules/cmd.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/contrib/syslinux/latest/com32/modules/cmd.c b/contrib/syslinux/latest/com32/modules/cmd.c
deleted file mode 100644
index 5d3f891..0000000
--- a/contrib/syslinux/latest/com32/modules/cmd.c
+++ /dev/null
@@ -1,26 +0,0 @@
-/* ----------------------------------------------------------------------- *
- *
- * Copyright 2008 Michael Brown - All Rights Reserved
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- * Boston MA 02110-1301, USA; either version 2 of the License, or
- * (at your option) any later version; incorporated herein by reference.
- *
- * ----------------------------------------------------------------------- */
-
-/*
- * cmd.c
- *
- * Execute arbitrary commands
- */
-
-#include <com32.h>
-#include <syslinux/boot.h>
-
-int main(void)
-{
- syslinux_run_command(__com32.cs_cmdline);
- return -1;
-}