[NTOS:KD] Remove useless variables/members

Those where only set and never read.
This commit is contained in:
Hervé Poussineau 2020-03-28 19:15:57 +01:00
parent 8d3a395101
commit 95faf65ebf
4 changed files with 2 additions and 96 deletions

View file

@ -138,13 +138,7 @@ ULONG KdPrintBufferSize = sizeof(KdPrintDefaultCircularBuffer);
ULONG KdPrintBufferChanges = 0;
#ifndef _WINKD_
/* Make bochs debug output in the very early boot phase available */
ULONG PortNumber = DEFAULT_DEBUG_PORT;
CPPORT PortInfo = {0, DEFAULT_DEBUG_BAUD_RATE, 0};
ULONG KdpPortIrq;
KDP_DEBUG_MODE KdpDebugMode;
PKDP_INIT_ROUTINE WrapperInitRoutine;
KD_DISPATCH_TABLE WrapperTable;
LIST_ENTRY KdProviders = {&KdProviders, &KdProviders};
KD_DISPATCH_TABLE DispatchTable[KdMax];