mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[HALX86] Remove a now useless ASSERT() (#2089)
By construction now the assertion will always be verified.
Addendum to 5887b170.
This commit is contained in:
committed by
Hermès BÉLUSCA - MAÏTO
parent
28b77a40ca
commit
fdc787c11d
@@ -400,7 +400,6 @@ HalpStoreAndClearIopm(VOID)
|
||||
//
|
||||
// Save it
|
||||
//
|
||||
ASSERT(j < IOPM_SIZE / sizeof(USHORT));
|
||||
HalpSavedIoMapData[j][0] = i;
|
||||
HalpSavedIoMapData[j][1] = *Entry;
|
||||
j++;
|
||||
|
||||
Reference in New Issue
Block a user