[NTOS] Remove a definition which is redundant with ndk

This commit is contained in:
Jérôme Gardou 2021-03-11 16:27:08 +01:00
parent 187ca32175
commit 94d175b7f2

View file

@ -142,7 +142,6 @@ extern ULONG KeTimeIncrement;
extern ULONG KeTimeAdjustment;
extern BOOLEAN KiTimeAdjustmentEnabled;
extern LONG KiTickOffset;
extern ULONG_PTR KiBugCheckData[5];
extern ULONG KiFreezeFlag;
extern ULONG KiDPCTimeout;
extern PGDI_BATCHFLUSH_ROUTINE KeGdiFlushUserBatch;