Author: rharabien Date: Sat Sep 3 16:33:55 2011 New Revision: 53550
URL: http://svn.reactos.org/svn/reactos?rev=53550&view=rev Log: [FREELDR] - Try to fix release build - Remove unused function
Modified: trunk/reactos/boot/freeldr/freeldr/debug.c trunk/reactos/boot/freeldr/freeldr/include/debug.h
Modified: trunk/reactos/boot/freeldr/freeldr/debug.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/debug.... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/debug.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/debug.c [iso-8859-1] Sat Sep 3 16:33:55 2011 @@ -250,11 +250,6 @@
#else
-VOID -DbgPrintMask(ULONG Mask, char *Format, ...) -{ -} - ULONG DbgPrint(PCCH Format, ...) {
Modified: trunk/reactos/boot/freeldr/freeldr/include/debug.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/include/debug.h [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/include/debug.h [iso-8859-1] Sat Sep 3 16:33:55 2011 @@ -106,9 +106,11 @@ #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