The 'astpending' variable is already declared in trap.c (and unused in

FreeBSD besides).
This commit is contained in:
John Baldwin 2001-08-15 19:39:54 +00:00
parent 504d39109f
commit d89c83bef1

View File

@ -90,7 +90,6 @@ static __inline void openpic_eoi __P((int));
unsigned int imen = 0xffffffff;
u_int cpl, ipending, tickspending;
int astpending;
int imask[NIPL];
int intrtype[NIRQ], intrmask[NIRQ], intrlevel[NIRQ];