mirror of https://github.com/acidanthera/audk.git
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:
parent
b6b98e9133
commit
b39ece655b
|
@ -304,12 +304,6 @@ DxeIplFindDxeCore (
|
|||
//
|
||||
Instance++;
|
||||
}
|
||||
|
||||
//
|
||||
// We should never reach here.
|
||||
//
|
||||
ASSERT (FALSE);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue