Remove unused variable.

Found with:     Coverity Prevent(tm)
CID: 3685

Approved by: jhb
This commit is contained in:
Ganbold Tsagaankhuu 2008-12-02 14:19:53 +00:00
parent 10b4034657
commit 7613f162e9

View File

@ -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