mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00: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:
parent
28b77a40ca
commit
fdc787c11d
1 changed files with 0 additions and 1 deletions
|
@ -400,7 +400,6 @@ HalpStoreAndClearIopm(VOID)
|
|||
//
|
||||
// Save it
|
||||
//
|
||||
ASSERT(j < IOPM_SIZE / sizeof(USHORT));
|
||||
HalpSavedIoMapData[j][0] = i;
|
||||
HalpSavedIoMapData[j][1] = *Entry;
|
||||
j++;
|
||||
|
|
Loading…
Reference in a new issue