mirror of https://github.com/acidanthera/audk.git
IntelFrameworkModulePkg: remove unreachable code
Some compilers (like RVCT) are finicky about unreachable code, so remove it. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19105 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
103733f8e6
commit
2c239d62fd
|
@ -869,7 +869,6 @@ ConvertBmpToGopBlt (
|
|||
*GopBlt = NULL;
|
||||
}
|
||||
return EFI_UNSUPPORTED;
|
||||
break;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue