diff --git a/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c b/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c index b35e09c2c9..abebfe07fe 100644 --- a/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c +++ b/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c @@ -304,12 +304,6 @@ DxeIplFindDxeCore ( // Instance++; } - - // - // We should never reach here. - // - ASSERT (FALSE); - return NULL; }