From 48b20a1663e2108deb6682c5eb08c16013e4d63a Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 30 Jun 2018 23:08:42 +0100 Subject: [PATCH] 65c816: remove unused import --- Kernel/lib/65c816.s | 1 - 1 file changed, 1 deletion(-) diff --git a/Kernel/lib/65c816.s b/Kernel/lib/65c816.s index 0500350e..64c5c0fe 100644 --- a/Kernel/lib/65c816.s +++ b/Kernel/lib/65c816.s @@ -12,7 +12,6 @@ .importzp ptr1 .import _platform_monitor - .import _chksigs .import _platform_idle .import _newproc .import _nready -- 2.34.1