summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2016-09-27 15:41:39 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-09-28 16:17:33 +0800
commit1a3d12b196ce174366bbca5039fd0cbf6a677d49 (patch)
treebd78dff808c2830b9abe14829be75b695fa54ea7 /MdeModulePkg
parenteab26788156436a549610a299d2e297c22043e70 (diff)
downloadedk2-1a3d12b196ce174366bbca5039fd0cbf6a677d49.tar.gz
edk2-1a3d12b196ce174366bbca5039fd0cbf6a677d49.tar.bz2
edk2-1a3d12b196ce174366bbca5039fd0cbf6a677d49.zip
MdeModulePkg/PciSioSerialDxe: Remove unused global variables
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Bus/Pci/PciSioSerialDxe/ComponentName.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/MdeModulePkg/Bus/Pci/PciSioSerialDxe/ComponentName.c b/MdeModulePkg/Bus/Pci/PciSioSerialDxe/ComponentName.c
index 994dc847c9..4101cb7a90 100644
--- a/MdeModulePkg/Bus/Pci/PciSioSerialDxe/ComponentName.c
+++ b/MdeModulePkg/Bus/Pci/PciSioSerialDxe/ComponentName.c
@@ -1,7 +1,7 @@
/** @file
UEFI Component Name and Name2 protocol for Isa serial driver.
-Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -44,9 +44,6 @@ GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABLE mSerialDriverNameTable[]
}
};
-GLOBAL_REMOVE_IF_UNREFERENCED CHAR16 mSioSerialPortName[] = L"SIO Serial Port #%d";
-GLOBAL_REMOVE_IF_UNREFERENCED CHAR16 mPciSerialPortName[] = L"PCI Serial Port #%d";
-
/**
Retrieves a Unicode string that is the user readable name of the driver.