[KDCOM]
[reactos.git] / reactos / drivers / base / kdcom / kddll.c
index 9827a50..a26a441 100644 (file)
@@ -8,12 +8,8 @@
 
 #include "kddll.h"
 
-#define NDEBUG
-#include <debug.h>
-
 /* GLOBALS ********************************************************************/
 
-PFNDBGPRNT KdpDbgPrint = NULL;
 ULONG CurrentPacketId = INITIAL_PACKET_ID | SYNC_PACKET_ID;
 ULONG RemotePacketId = INITIAL_PACKET_ID;