[NTOS:KD] Remove useless implementation of BREAKPOINT_PRINT in KdSystemDebugControl

This is (as expected) handled in KdpTrap(), which also calls KdpPrint().
This commit is contained in:
Hervé Poussineau 2020-03-10 00:10:08 +01:00
parent 1eda7d7e99
commit 8a62f277d8

View file

@ -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 */
{