From: Eric Dong Date: Tue, 15 Aug 2017 05:26:14 +0000 (+0800) Subject: UefiCpuPkg/BaseUefiCpuLib.inf: Remove unnecessary library class. X-Git-Tag: edk2-stable201903~3629 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=875e842d8d7bb9b045248306e4758ff0ce466fcb;ds=sidebyside UefiCpuPkg/BaseUefiCpuLib.inf: Remove unnecessary library class. UefiCpuLib inf file reference itself in [LibraryClasses] section, this is not necessary. This patch remove it. Cc: Ruiyu Ni Cc: Ming Shao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong Reviewed-by: Ruiyu Ni --- diff --git a/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf b/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf index b397ce0dc6..ce5d3aab01 100644 --- a/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf +++ b/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf @@ -3,7 +3,7 @@ # # The library routines are UEFI specification compliant. # -# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.
# 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 @@ -42,7 +42,3 @@ [Packages] MdePkg/MdePkg.dec UefiCpuPkg/UefiCpuPkg.dec - -[LibraryClasses] - UefiCpuLib -