summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorganbold <ganbold@FreeBSD.org>2008-11-25 18:48:13 +0000
committerganbold <ganbold@FreeBSD.org>2008-11-25 18:48:13 +0000
commit844f052f71e670d4e9dcc6d2d218203fd9c25055 (patch)
treec2fe01f244d162ed3e85b98b559cb6d3aad769f8
parentf7eb998871944bf72222134ed144c92b5f369413 (diff)
downloadFreeBSD-src-844f052f71e670d4e9dcc6d2d218203fd9c25055.zip
FreeBSD-src-844f052f71e670d4e9dcc6d2d218203fd9c25055.tar.gz
Remove unused variable.
Found with: Coverity Prevent(tm) CID: 3685 Approved by: scottl
-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