diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2015-12-03 08:51:06 +0000 |
---|---|---|
committer | abiesheuvel <abiesheuvel@Edk2> | 2015-12-03 08:51:06 +0000 |
commit | 2c239d62fd37a8311bf3511ffbeca9d6057e114b (patch) | |
tree | 71e34c1c8d6f45b0331d886add7c1bdbefa8f780 /IntelFrameworkModulePkg/Library/GenericBdsLib | |
parent | 103733f8e63b009b4f311e2df6bf32d5463082c7 (diff) | |
download | edk2-platforms-2c239d62fd37a8311bf3511ffbeca9d6057e114b.tar.xz |
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
Diffstat (limited to 'IntelFrameworkModulePkg/Library/GenericBdsLib')
-rw-r--r-- | IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c b/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c index eefec0642a..1020e84c3d 100644 --- a/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c +++ b/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c @@ -869,7 +869,6 @@ ConvertBmpToGopBlt ( *GopBlt = NULL;
}
return EFI_UNSUPPORTED;
- break;
};
}
|