From: Filip Navara Date: Tue, 23 Aug 2005 20:18:55 +0000 (+0000) Subject: Shut up PREFAST warnings about shadowing declarations. X-Git-Tag: ReactOS-0.2.8~918 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=4076e16a99e0b941da7fca3b90ef74bb2244a23e Shut up PREFAST warnings about shadowing declarations. svn path=/trunk/; revision=17487 --- diff --git a/reactos/drivers/net/ndis/ndis/config.c b/reactos/drivers/net/ndis/ndis/config.c index ccfeea398d6..0a73872bbe8 100644 --- a/reactos/drivers/net/ndis/ndis/config.c +++ b/reactos/drivers/net/ndis/ndis/config.c @@ -508,7 +508,6 @@ NdisReadConfiguration( case NdisParameterString: case NdisParameterMultiString: { - PMINIPORT_RESOURCE MiniportResource = 0; PWCHAR RegData = 0; if(KeyInformation->Type != REG_SZ && KeyInformation->Type != REG_MULTI_SZ) @@ -571,8 +570,6 @@ NdisReadConfiguration( case NdisParameterBinary: { - PMINIPORT_RESOURCE MiniportResource; - if(KeyInformation->Type != REG_BINARY) { NDIS_DbgPrint(MIN_TRACE,("requested type does not match actual value type\n"));