mirror of https://github.com/acidanthera/audk.git
EdkCompatibilityPkg: BsSerialStatusCode: remove set but unused variable
Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
parent
5ccd43c817
commit
d0f3dad373
|
@ -2215,10 +2215,6 @@ Returns:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
{
|
{
|
||||||
EFI_STATUS Status;
|
|
||||||
|
|
||||||
Status = EFI_SUCCESS;
|
|
||||||
|
|
||||||
for (; *OutputString != 0; OutputString++) {
|
for (; *OutputString != 0; OutputString++) {
|
||||||
DebugSerialWrite (*OutputString);
|
DebugSerialWrite (*OutputString);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue