summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/i386/intr_machdep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/i386/i386/intr_machdep.c b/sys/i386/i386/intr_machdep.c
index eb47b02..3a5c9a2 100644
--- a/sys/i386/i386/intr_machdep.c
+++ b/sys/i386/i386/intr_machdep.c
@@ -230,11 +230,8 @@ void
intr_execute_handlers(struct intsrc *isrc, struct trapframe *frame)
{
struct intr_event *ie;
- struct thread *td;
int vector;
- td = curthread;
-
/*
* We count software interrupts when we process them. The
* code here follows previous practice, but there's an
OpenPOWER on IntegriCloud