summaryrefslogtreecommitdiff
path: root/core/localboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/localboot.c')
-rw-r--r--core/localboot.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/localboot.c b/core/localboot.c
index 04635d47..0b8769e4 100644
--- a/core/localboot.c
+++ b/core/localboot.c
@@ -87,8 +87,3 @@ __export void local_boot(int16_t ax)
ireg.edx.w[0] = ax;
call16(local_boot16, &ireg, NULL);
}
-
-void pm_local_boot(com32sys_t *regs)
-{
- local_boot(regs->eax.w[0]);
-}