From 875e842d8d7bb9b045248306e4758ff0ce466fcb Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Tue, 15 Aug 2017 13:26:14 +0800 Subject: [PATCH] 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 --- UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 - -- 2.39.2