From 013444d78cb25b32e23295e5c2a1bc674a6ff5e7 Mon Sep 17 00:00:00 2001 From: dyoung Date: Fri, 1 Sep 2006 03:24:58 +0000 Subject: [PATCH] Remove the declaration of an unused local variable 'reg'. --- sys/dev/pci/if_rtw_pci.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/dev/pci/if_rtw_pci.c b/sys/dev/pci/if_rtw_pci.c index c3f015c8f83b..3cb2b3c95dd6 100644 --- a/sys/dev/pci/if_rtw_pci.c +++ b/sys/dev/pci/if_rtw_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_rtw_pci.c,v 1.6 2006/06/17 23:34:27 christos Exp $ */ +/* $NetBSD: if_rtw_pci.c,v 1.7 2006/09/01 03:24:58 dyoung Exp $ */ /*- * Copyright (c) 1998, 1999, 2000, 2002 The NetBSD Foundation, Inc. @@ -46,7 +46,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_rtw_pci.c,v 1.6 2006/06/17 23:34:27 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_rtw_pci.c,v 1.7 2006/09/01 03:24:58 dyoung Exp $"); #include #include @@ -181,7 +181,6 @@ rtw_pci_attach(struct device *parent, struct device *self, void *aux) bus_space_handle_t ioh, memh; int ioh_valid, memh_valid; const struct rtw_pci_product *app; - pcireg_t reg; int error; psc->psc_pc = pa->pa_pc;