MiTestCard is only used in DBG=1, surround with ifdef so DBG=0 builds.

svn path=/trunk/; revision=18395
This commit is contained in:
Andrew Munger
2005-10-10 14:29:15 +00:00
parent eb03a7e427
commit a45c2e461f
+2
View File
@@ -719,6 +719,7 @@ MiInitChip(
Adapter->Flags &= ~RESET_IN_PROGRESS;
}
#if DBG
static BOOLEAN
MiTestCard(
PADAPTER Adapter)
@@ -775,6 +776,7 @@ MiTestCard(
return TRUE;
}
#endif
static NDIS_STATUS
STDCALL