summaryrefslogtreecommitdiff
path: root/efi/main.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2014-02-13 16:27:50 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2014-02-13 16:27:50 -0800
commitfb4eeb70f5f5b122319ad3f6474b38b6d4a389dd (patch)
tree20c1d124d1435567210112ea0708bfe68eddfaf5 /efi/main.c
parenta5727651bb78e7cd1bd90046e24fbcedf4f7dfb9 (diff)
downloadsyslinux-fb4eeb70f5f5b122319ad3f6474b38b6d4a389dd.tar.gz
comapi: Remove the comapi interfaces completely
Remove the last bits of the comapi interfaces completely. This does not install stub handlers for the INT 20-3Fh handlers, as we don't support loading old COMBOOT/COM32/COM32R images anymore. We could put those back if we really need them. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'efi/main.c')
-rw-r--r--efi/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/efi/main.c b/efi/main.c
index 94878f93..49c5c3e6 100644
--- a/efi/main.c
+++ b/efi/main.c
@@ -117,10 +117,6 @@ void kaboom(void)
{
}
-void comboot_cleanup_api(void)
-{
-}
-
void printf_init(void)
{
}