Removed an unused line of code, that caused an ``maybe used uninitialized''

warning.

Found by:	Simon Shapiro
This commit is contained in:
joerg 1997-11-26 22:45:47 +00:00
parent 2053d9365e
commit 3544475d0b
2 changed files with 2 additions and 4 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91
* $Id: sys_machdep.c,v 1.28 1997/11/06 19:28:05 phk Exp $
* $Id: sys_machdep.c,v 1.29 1997/11/20 18:43:45 bde Exp $
*
*/
@ -233,7 +233,6 @@ i386_get_ioperm(p, args)
iomap = (char *)p->p_addr->u_pcb.pcb_ext->ext_iomap;
state = (iomap[i >> 3] >> (i & 7)) & 1;
ua.enable = !state;
ua.length = 1;

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91
* $Id: sys_machdep.c,v 1.28 1997/11/06 19:28:05 phk Exp $
* $Id: sys_machdep.c,v 1.29 1997/11/20 18:43:45 bde Exp $
*
*/
@ -233,7 +233,6 @@ i386_get_ioperm(p, args)
iomap = (char *)p->p_addr->u_pcb.pcb_ext->ext_iomap;
state = (iomap[i >> 3] >> (i & 7)) & 1;
ua.enable = !state;
ua.length = 1;