From: Alan Cox Date: Sat, 14 Jul 2018 23:37:11 +0000 (+0100) Subject: kernel: dead code fix X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2342658f03b33abcf4fdc54e0dca149aa9d25013;p=FUZIX.git kernel: dead code fix --- diff --git a/Kernel/platform-atarist/kernel.def b/Kernel/platform-atarist/kernel.def index c14daee9..3f24f44c 100644 --- a/Kernel/platform-atarist/kernel.def +++ b/Kernel/platform-atarist/kernel.def @@ -2,21 +2,3 @@ U_DATA equ 0x7D00 ; (this is struct u_data from kernel.h) U_DATA__TOTALSIZE equ 0x300 ; 256+256+256 bytes. - - -SAM_USER macro - sta 0xFFD4 - endm - -SAM_KERNEL macro - sta 0xFFD5 - endm - -SAM_SAVE macro - ldy 4 - endm - -SAM_RESTORE macro - sta ,y - endm -