Skip to content

Commit

Permalink
core: remove unused stub pm_local_boot()
Browse files Browse the repository at this point in the history
pm_local_boot is never used, remove it.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
  • Loading branch information
H. Peter Anvin committed Mar 2, 2016
1 parent 89aee1f commit 51c0854
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions core/extern.inc
Expand Up @@ -78,7 +78,4 @@
; font.c
extern pm_getchar, pm_adjust_screen, pm_userfont

; localboot.c
extern pm_local_boot

%endif ; EXTERN_INC
5 changes: 0 additions & 5 deletions core/localboot.c
Expand Up @@ -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]);
}

0 comments on commit 51c0854

Please sign in to comment.