From: Rafal Harabien Date: Sat, 3 Sep 2011 16:33:55 +0000 (+0000) Subject: [FREELDR] X-Git-Tag: backups/GSoC_2011/KMTestSuite@60644~6^2~18 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=0062c96534c78a6aa5eff5a970d6a562a829ba85 [FREELDR] - Try to fix release build - Remove unused function svn path=/trunk/; revision=53550 --- diff --git a/reactos/boot/freeldr/freeldr/debug.c b/reactos/boot/freeldr/freeldr/debug.c index fcb7ddc55c8..67c73bdc72a 100644 --- a/reactos/boot/freeldr/freeldr/debug.c +++ b/reactos/boot/freeldr/freeldr/debug.c @@ -250,11 +250,6 @@ DebugDumpBuffer(ULONG Mask, PVOID Buffer, ULONG Length) #else -VOID -DbgPrintMask(ULONG Mask, char *Format, ...) -{ -} - ULONG DbgPrint(PCCH Format, ...) { diff --git a/reactos/boot/freeldr/freeldr/include/debug.h b/reactos/boot/freeldr/freeldr/include/debug.h index 3b29cea1455..6eccd3dae81 100644 --- a/reactos/boot/freeldr/freeldr/include/debug.h +++ b/reactos/boot/freeldr/freeldr/include/debug.h @@ -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