For non dbg builds, don't implement macro defined functions RxDumpCurrentAccess(), RxDumpWantedAccess()

CORE-11327
CORE-13610

svn path=/trunk/; revision=75460
This commit is contained in:
Pierre Schweitzer 2017-07-31 09:33:01 +00:00
parent fa95932bfc
commit 3118deeae6

View file

@ -5291,6 +5291,7 @@ RxDriverEntry(
#endif #endif
} }
#if DBG
/* /*
* @implemented * @implemented
*/ */
@ -5317,6 +5318,7 @@ RxDumpWantedAccess(
{ {
PAGED_CODE(); PAGED_CODE();
} }
#endif
/* /*
* @implemented * @implemented