mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: Delete never touched code
- Delete never touched code Cc: Star Zeng <star.zeng@intel.com> Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bell Song <binx.song@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
parent
875e842d8d
commit
39bc77eb76
|
@ -161,8 +161,7 @@ re_mbcinit(int mb_code)
|
|||
enc = ONIG_ENCODING_UTF8;
|
||||
break;
|
||||
default:
|
||||
return ;
|
||||
break;
|
||||
return;
|
||||
}
|
||||
|
||||
onigenc_set_default_encoding(enc);
|
||||
|
|
|
@ -255,8 +255,7 @@ reg_set_encoding(int mb_code)
|
|||
break;
|
||||
|
||||
default:
|
||||
return ;
|
||||
break;
|
||||
return;
|
||||
}
|
||||
|
||||
onigenc_set_default_encoding(enc);
|
||||
|
|
Loading…
Reference in New Issue