From 7d12f15bb569b47d4c8a70e5ec81ad5e3409dcf0 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 20 Jun 2025 00:25:47 -0400 Subject: kernel/amd64: Remove unused 'intr_entry' struct Signed-off-by: Ian Moffett --- sys/include/arch/amd64/intr.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/include/arch/amd64/intr.h') diff --git a/sys/include/arch/amd64/intr.h b/sys/include/arch/amd64/intr.h index 2a8d487..5e3f397 100644 --- a/sys/include/arch/amd64/intr.h +++ b/sys/include/arch/amd64/intr.h @@ -47,10 +47,6 @@ #define IPL_CLOCK 2 /* Clock */ #define IPL_HIGH 3 /* Defer everything */ -struct intr_entry { - int priority; -}; - /* * Interrupt handler * -- cgit v1.2.3