]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/PciSioSerialDxe: Remove unused global variables
authorRuiyu Ni <ruiyu.ni@intel.com>
Tue, 27 Sep 2016 07:41:39 +0000 (15:41 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 28 Sep 2016 08:17:33 +0000 (16:17 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
MdeModulePkg/Bus/Pci/PciSioSerialDxe/ComponentName.c

index 994dc847c9d1e0123546f74b1c6eead4ca6166ad..4101cb7a9081f2875d0fab9df11c263704956427 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   UEFI Component Name and Name2 protocol for Isa serial driver.\r
 \r
-Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -44,9 +44,6 @@ GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABLE mSerialDriverNameTable[]
   }\r
 };\r
 \r
-GLOBAL_REMOVE_IF_UNREFERENCED CHAR16 mSioSerialPortName[] = L"SIO Serial Port #%d";\r
-GLOBAL_REMOVE_IF_UNREFERENCED CHAR16 mPciSerialPortName[] = L"PCI Serial Port #%d";\r
-\r
 /**\r
   Retrieves a Unicode string that is the user readable name of the driver.\r
 \r