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

commit ab92e4031717d8fab8450a8d2ef592fc4b7e1068
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sat Mar 11 17:08:39 2023 +0100
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Sun Mar 12 02:17:15 2023 +0100

    [NTOS:KD] Remove unneeded 'extern' declaration. Addendum to commit 4ce819ca.
---
 ntoskrnl/kd/kdio.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ntoskrnl/kd/kdio.c b/ntoskrnl/kd/kdio.c
index 4575b9a2e8b..396c0432317 100644
--- a/ntoskrnl/kd/kdio.c
+++ b/ntoskrnl/kd/kdio.c
@@ -26,7 +26,6 @@ static KSPIN_LOCK KdpDebugLogSpinLock;
 static KEVENT KdpLoggerThreadEvent;
 static HANDLE KdpLogFileHandle;
 ANSI_STRING KdpLogFileName = RTL_CONSTANT_STRING("\\SystemRoot\\debug.log");
-extern ULONG ExpInitializationPhase;
 
 static KSPIN_LOCK KdpSerialSpinLock;
 ULONG  SerialPortNumber = DEFAULT_DEBUG_PORT;

Reply via email to