Remove unused variable.

Found with:     Coverity Prevent(tm)
CID: 542

Approved by: weongyo
This commit is contained in:
Ganbold Tsagaankhuu 2008-12-28 13:50:58 +00:00
parent 767f578ae3
commit dff1491c74

View File

@ -883,13 +883,10 @@ static void
x86_oldldt(dummy)
void *dummy;
{
struct thread *t;
struct x86desc *gdt;
struct gdt gtable;
uint16_t ltable;
t = curthread;
mtx_lock_spin(&dt_lock);
/* Grab location of existing GDT. */