From a45c2e461f9bbb48b0605f62469e3bd44edd7206 Mon Sep 17 00:00:00 2001 From: Andrew Munger Date: Mon, 10 Oct 2005 14:29:15 +0000 Subject: [PATCH] MiTestCard is only used in DBG=1, surround with ifdef so DBG=0 builds. svn path=/trunk/; revision=18395 --- reactos/drivers/net/dd/pcnet/pcnet.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/drivers/net/dd/pcnet/pcnet.c b/reactos/drivers/net/dd/pcnet/pcnet.c index 8ff01aa9981..9295ff7a896 100644 --- a/reactos/drivers/net/dd/pcnet/pcnet.c +++ b/reactos/drivers/net/dd/pcnet/pcnet.c @@ -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 -- 2.17.1