Remove unused variable.
Found with: Coverity Prevent(tm) CID: 3685 Approved by: jhb
This commit is contained in:
parent
10b4034657
commit
7613f162e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user