mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:55:41 +00:00
[NTOS:KD] Remove useless variables/members
Those where only set and never read.
This commit is contained in:
parent
8d3a395101
commit
95faf65ebf
4 changed files with 2 additions and 96 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue