diff --git a/MdeModulePkg/Core/Pei/FwVol/FwVol.c b/MdeModulePkg/Core/Pei/FwVol/FwVol.c index 140f1b0b73..8bf096a67e 100644 --- a/MdeModulePkg/Core/Pei/FwVol/FwVol.c +++ b/MdeModulePkg/Core/Pei/FwVol/FwVol.c @@ -1630,8 +1630,4 @@ ThirdPartyFvPpiNotifyCallback ( } } while (FileHandle != NULL); } while (TRUE); - - return EFI_SUCCESS; } - - \ No newline at end of file