From 6289fccf96cdd25ec4e89f44be2e1f99bb9e6abc Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 16 Sep 2018 00:23:10 +0100 Subject: [PATCH] z80single: fix an unused reference and duplicated includes --- Kernel/lib/z80single.s | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Kernel/lib/z80single.s b/Kernel/lib/z80single.s index 44c71258..ffb5136f 100644 --- a/Kernel/lib/z80single.s +++ b/Kernel/lib/z80single.s @@ -10,7 +10,6 @@ .globl _chksigs .globl _getproc .globl _platform_monitor - .globl trap_illegal .globl _platform_switchout .globl _switchin .globl _doexec @@ -24,9 +23,6 @@ ; imported debug symbols .globl outstring, outde, outhl, outbc, outnewline, outchar, outcharhex - .include "kernel.def" - .include "../kernel.def" - .area _COMMONMEM ; Switchout switches out the current process, finds another that is READY, -- 2.34.1