[NTOS][RTL] Remove unused deprecated ReactOS-only DbgBreakPointNoBugCheck()

This helper was introduced in commit b041530f2d (r8551), and its
last remaining usage removed in commit f038f4a895 (r23636).
This commit is contained in:
Hermès Bélusca-Maïto 2025-04-19 18:56:12 +02:00
parent b42b015cc6
commit a7d86fe3a7
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 0 additions and 22 deletions

View file

@ -15,19 +15,12 @@ PUBLIC DbgBreakPointWithStatus
PUBLIC DbgUserBreakPoint
PUBLIC DebugService
PUBLIC DebugService2
PUBLIC DbgBreakPointNoBugCheck
PUBLIC RtlpBreakWithStatusInstruction
/* FUNCTIONS ***************************************************************/
.code64
.PROC DbgBreakPointNoBugCheck
.endprolog
int 3
ret
.ENDP
DbgUserBreakPoint:
.PROC DbgBreakPoint
.endprolog