Remove duplicate definition of KdPrintEx.
Modified: trunk/reactos/ntoskrnl/include/internal/kd.h
--- trunk/reactos/ntoskrnl/include/internal/kd.h 2005-06-18 21:55:59 UTC (rev 16063) +++ trunk/reactos/ntoskrnl/include/internal/kd.h 2005-06-18 22:06:54 UTC (rev 16064) @@ -7,7 +7,6 @@
#define __INCLUDE_INTERNAL_KERNEL_DEBUGGER_H struct _KD_DISPATCH_TABLE;
-#define KdPrintEx(_x_) DbgPrintEx _x_
#ifdef DBG #include "kdgdb.h"