mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 23:24:03 +02:00
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++;
|
Instance++;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
|
||||||
// We should never reach here.
|
|
||||||
//
|
|
||||||
ASSERT (FALSE);
|
|
||||||
return NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user