[FREELDR]

- Try to fix release build
- Remove unused function

svn path=/trunk/; revision=53550
This commit is contained in:
Rafal Harabien 2011-09-03 16:33:55 +00:00
parent 38c015050e
commit 0062c96534
2 changed files with 5 additions and 8 deletions

View file

@ -250,11 +250,6 @@ DebugDumpBuffer(ULONG Mask, PVOID Buffer, ULONG Length)
#else
VOID
DbgPrintMask(ULONG Mask, char *Format, ...)
{
}
ULONG
DbgPrint(PCCH Format, ...)
{

View file

@ -106,9 +106,11 @@ void MEMORY_WRITE_BREAKPOINT4(unsigned long addr);
#define WARN(fmt, ...)
#define TRACE(fmt, ...)
#define DebugInit(x)
#define BugCheck(_x_)
#define DbgDumpBuffer(_x_, _y_, _z_)
#define UNIMPLEMENTED
#define DebugInit()
#define BugCheck(fmt, ...)
#define DbgDumpBuffer(mask, buf, len)
#endif // DBG