Remove unused variables for the benefit of gcc -Wall -Werror.

This commit is contained in:
mark 1998-01-18 04:13:53 +00:00
parent 3a8b7284b0
commit 057522ef3f
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pms.c,v 1.13 1998/01/13 02:10:05 thorpej Exp $ */
/* $NetBSD: pms.c,v 1.14 1998/01/18 04:13:53 mark Exp $ */
/*-
* Copyright (c) 1996 D.C. Tsen
@ -184,7 +184,6 @@ pmsinit(sc)
{
int i, j;
int mid;
int id;
/* Set up softc */
sc->sc_state = 0;