[NTOS:KD] Remove unneeded 'extern' declaration. Addendum to commit 4ce819ca.

This commit is contained in:
Hermès Bélusca-Maïto
2023-03-11 17:08:39 +01:00
parent 372eb0c0b8
commit ab92e40317

View File

@@ -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;