summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorganbold <ganbold@FreeBSD.org>2008-12-02 14:19:53 +0000
committerganbold <ganbold@FreeBSD.org>2008-12-02 14:19:53 +0000
commita6ba0e1fed563f6facd0c90e17af7695b1ac0f88 (patch)
tree51f668f96b16419a3f5bc2d90870f23939e37f53 /sys
parentaf7a67c13ca3d0aea828b69672928819ce3cafc1 (diff)
downloadFreeBSD-src-a6ba0e1fed563f6facd0c90e17af7695b1ac0f88.zip
FreeBSD-src-a6ba0e1fed563f6facd0c90e17af7695b1ac0f88.tar.gz
Remove unused variable.
Found with: Coverity Prevent(tm) CID: 3685 Approved by: jhb
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/intr_machdep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/amd64/intr_machdep.c b/sys/amd64/amd64/intr_machdep.c
index 43d4032..0563ea9 100644
--- a/sys/amd64/amd64/intr_machdep.c
+++ b/sys/amd64/amd64/intr_machdep.c
@@ -239,11 +239,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