Shut up PREFAST warnings about shadowing declarations.

svn path=/trunk/; revision=17487
This commit is contained in:
Filip Navara 2005-08-23 20:18:55 +00:00
parent eea6d92c91
commit 4076e16a99

View file

@ -508,7 +508,6 @@ NdisReadConfiguration(
case NdisParameterString: case NdisParameterString:
case NdisParameterMultiString: case NdisParameterMultiString:
{ {
PMINIPORT_RESOURCE MiniportResource = 0;
PWCHAR RegData = 0; PWCHAR RegData = 0;
if(KeyInformation->Type != REG_SZ && KeyInformation->Type != REG_MULTI_SZ) if(KeyInformation->Type != REG_SZ && KeyInformation->Type != REG_MULTI_SZ)
@ -571,8 +570,6 @@ NdisReadConfiguration(
case NdisParameterBinary: case NdisParameterBinary:
{ {
PMINIPORT_RESOURCE MiniportResource;
if(KeyInformation->Type != REG_BINARY) if(KeyInformation->Type != REG_BINARY)
{ {
NDIS_DbgPrint(MIN_TRACE,("requested type does not match actual value type\n")); NDIS_DbgPrint(MIN_TRACE,("requested type does not match actual value type\n"));