diff --git a/ntoskrnl/kd64/kdapi.c b/ntoskrnl/kd64/kdapi.c index 9d4a96631f4..f2c07de2f21 100644 --- a/ntoskrnl/kd64/kdapi.c +++ b/ntoskrnl/kd64/kdapi.c @@ -2167,21 +2167,6 @@ KdSystemDebugControl( /* Handle some internal commands */ switch ((ULONG)Command) { -#ifndef _WINKD_ - case BREAKPOINT_PRINT: /* DbgPrint */ - { - /* Call KDBG */ - BOOLEAN Handled; - return KdpPrint(MAXULONG, - DPFLTR_INFO_LEVEL, - (PCHAR)InputBuffer, - (USHORT)InputBufferLength, - PreviousMode, - NULL, // TrapFrame, - NULL, // ExceptionFrame, - &Handled); - } -#endif #if DBG case ' soR': /* ROS-INTERNAL */ {