MdeModulePkg/BootLogoLib: Remove invalid if judgments

FreePool (Blt) function will be called in while loop, cannot be removed.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Bell Song <binx.song@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Song, BinX 2016-11-10 16:19:59 +08:00 committed by Liming Gao
parent 667d714650
commit 32d13bc4bc
1 changed files with 0 additions and 4 deletions

View File

@ -142,10 +142,6 @@ BootLogoEnableLogo (
break; break;
} }
if (EFI_ERROR (Status)) {
continue;
}
if (Blt != NULL) { if (Blt != NULL) {
FreePool (Blt); FreePool (Blt);
} }