mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[FREELDR]
- Try to fix release build - Remove unused function svn path=/trunk/; revision=53550
This commit is contained in:
parent
38c015050e
commit
0062c96534
2 changed files with 5 additions and 8 deletions
|
@ -250,11 +250,6 @@ DebugDumpBuffer(ULONG Mask, PVOID Buffer, ULONG Length)
|
|||
|
||||
#else
|
||||
|
||||
VOID
|
||||
DbgPrintMask(ULONG Mask, char *Format, ...)
|
||||
{
|
||||
}
|
||||
|
||||
ULONG
|
||||
DbgPrint(PCCH Format, ...)
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue