mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[NTOS:KD] Remove unneeded 'extern' declaration. Addendum to commit 4ce819ca.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user