diff options
author | erictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-09-29 02:44:33 +0000 |
---|---|---|
committer | erictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-09-29 02:44:33 +0000 |
commit | 02bbc6ee996d891988443384cc2398b1e46f3002 (patch) | |
tree | 677d3aef55c4718a958b52da7a6d243a16dfdfc1 /MdeModulePkg/Library/UefiHiiLib | |
parent | deb8a0615d7911f2e0fbe07c89b861c14f6c3267 (diff) | |
download | edk2-platforms-02bbc6ee996d891988443384cc2398b1e46f3002.tar.xz |
MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘return’ instruction in the switch().
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Signed-off-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13778 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/UefiHiiLib')
-rw-r--r-- | MdeModulePkg/Library/UefiHiiLib/HiiLib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/UefiHiiLib/HiiLib.c b/MdeModulePkg/Library/UefiHiiLib/HiiLib.c index 7a2415e9e5..63c85dea2f 100644 --- a/MdeModulePkg/Library/UefiHiiLib/HiiLib.c +++ b/MdeModulePkg/Library/UefiHiiLib/HiiLib.c @@ -794,7 +794,6 @@ InternalHiiGetBufferFromString ( default:
return EFI_INVALID_PARAMETER;
- break;
}
return EFI_SUCCESS;
|