From 844f052f71e670d4e9dcc6d2d218203fd9c25055 Mon Sep 17 00:00:00 2001 From: ganbold Date: Tue, 25 Nov 2008 18:48:13 +0000 Subject: Remove unused variable. Found with: Coverity Prevent(tm) CID: 3685 Approved by: scottl --- sys/i386/i386/intr_machdep.c | 3 --- 1 file changed, 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 -- cgit v1.1