kernel: dead code fix
authorAlan Cox <alan@linux.intel.com>
Sat, 14 Jul 2018 23:37:11 +0000 (00:37 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 14 Jul 2018 23:37:11 +0000 (00:37 +0100)
Kernel/platform-atarist/kernel.def

index c14daee..3f24f44 100644 (file)
@@ -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
-