https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c29d6806b8f80a84558d48653c7642fa02c0bd12

commit c29d6806b8f80a84558d48653c7642fa02c0bd12
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Mon Nov 21 17:48:02 2022 +0100
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Tue Nov 22 02:10:54 2022 +0100

    [NTOS:KD] Remove last remnant of KdpDetectConflicts, deprecated since 2007.
    
    Addendum to commit be2645ad8 (r25987).
---
 ntoskrnl/include/internal/kd.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/ntoskrnl/include/internal/kd.h b/ntoskrnl/include/internal/kd.h
index 96862d1ef7e..87f0854693d 100644
--- a/ntoskrnl/include/internal/kd.h
+++ b/ntoskrnl/include/internal/kd.h
@@ -92,10 +92,6 @@ KdpKdbgInit(
 
 /* KD ROUTINES ***************************************************************/
 
-BOOLEAN
-NTAPI
-KdpDetectConflicts(PCM_RESOURCE_LIST DriverList);
-
 BOOLEAN
 NTAPI
 KdpSafeReadMemory(

Reply via email to