Roll back ASSERT which is break DUET boot.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7252 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2009-01-13 06:17:52 +00:00
parent d95ecf491b
commit 46231010bd
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ MakeTable (
}
for (Index = 0; Index < NumOfChar; Index++) {
ASSERT (BitLen[Index] != 0);
Count[BitLen[Index]]++;
}