[HALX86] Remove a now useless ASSERT() (#2089)

By construction now the assertion will always be verified.
Addendum to 5887b170.
This commit is contained in:
Serge Gautherie 2019-11-25 18:29:03 +01:00 committed by Hermès BÉLUSCA - MAÏTO
parent 28b77a40ca
commit fdc787c11d

View file

@ -400,7 +400,6 @@ HalpStoreAndClearIopm(VOID)
//
// Save it
//
ASSERT(j < IOPM_SIZE / sizeof(USHORT));
HalpSavedIoMapData[j][0] = i;
HalpSavedIoMapData[j][1] = *Entry;
j++;