Remove unused variable.
This commit is contained in:
parent
b3e97ca54b
commit
f72818160a
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: mips_machdep.c,v 1.57 1999/10/18 17:23:00 soren Exp $ */
|
||||
/* $NetBSD: mips_machdep.c,v 1.58 1999/10/20 14:21:10 simonb Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -52,7 +52,7 @@
|
|||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.57 1999/10/18 17:23:00 soren Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.58 1999/10/20 14:21:10 simonb Exp $");
|
||||
|
||||
#include "opt_compat_netbsd.h"
|
||||
#include "opt_compat_ultrix.h"
|
||||
|
@ -342,9 +342,6 @@ mips3_vector_init()
|
|||
void
|
||||
mips_vector_init()
|
||||
{
|
||||
int i;
|
||||
|
||||
(void) &i; /* shut off gcc unused-variable warnings */
|
||||
|
||||
/*
|
||||
* Copy exception-dispatch code down to exception vector.
|
||||
|
|
Loading…
Reference in New Issue