Fix the ICC waring for unreachable code.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5526 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2008-07-19 02:07:48 +00:00
parent b6b98e9133
commit b39ece655b
1 changed files with 0 additions and 6 deletions

View File

@ -304,12 +304,6 @@ DxeIplFindDxeCore (
//
Instance++;
}
//
// We should never reach here.
//
ASSERT (FALSE);
return NULL;
}