aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorGanbold Tsagaankhuu <ganbold@FreeBSD.org>2008-11-25 18:48:13 +0000
committerGanbold Tsagaankhuu <ganbold@FreeBSD.org>2008-11-25 18:48:13 +0000
commitd2a1a92e3cc81ceca9258c5560a62e173adcc3fe (patch)
treec2fe01f244d162ed3e85b98b559cb6d3aad769f8 /sys/i386
parent26d9c85a3af48325cf7a9bb421b1f9331063b9c5 (diff)
downloadsrc-d2a1a92e3cc81ceca9258c5560a62e173adcc3fe.tar.gz
src-d2a1a92e3cc81ceca9258c5560a62e173adcc3fe.zip
Remove unused variable.
Found with: Coverity Prevent(tm) CID: 3685 Approved by: scottl
Notes
Notes: svn path=/head/; revision=185306
Diffstat (limited to 'sys/i386')
-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 eb47b02bd757..3a5c9a27b282 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