mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[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:
parent
1eda7d7e99
commit
8a62f277d8
1 changed files with 0 additions and 15 deletions
|
@ -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 */
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue