From 99d64ae1cab184163e031dbbe336078fd5a24343 Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 31 Jul 1998 05:29:48 +0000 Subject: [PATCH] Oops, unused variable. --- sys/dev/isapnp/isapnp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/isapnp/isapnp.c b/sys/dev/isapnp/isapnp.c index 150a6e178956..f88a6ff734ac 100644 --- a/sys/dev/isapnp/isapnp.c +++ b/sys/dev/isapnp/isapnp.c @@ -1,4 +1,4 @@ -/* $NetBSD: isapnp.c,v 1.24 1998/07/31 05:28:24 thorpej Exp $ */ +/* $NetBSD: isapnp.c,v 1.25 1998/07/31 05:29:48 thorpej Exp $ */ /* * Copyright (c) 1996 Christos Zoulas. All rights reserved. @@ -908,7 +908,7 @@ isapnp_callback(self) { struct isapnp_softc *sc = (struct isapnp_softc *)self; struct isapnp_attach_args *ipa, *lpa; - int found, c, d; + int c, d; /* * Look for cards. If none are found, we say so and just return.