From 5088ce25ff605ee9a3a13fd5f51bf7bff68495f6 Mon Sep 17 00:00:00 2001 From: yshang1 Date: Thu, 19 Jul 2007 09:43:43 +0000 Subject: Remove unused comments in MdePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3368 6f19259b-4bc3-4df7-8a09-765794883524 --- .../SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf | 34 ---------------------- 1 file changed, 34 deletions(-) (limited to 'MdePkg/Library/SecPeiDxeTimerLibCpu') diff --git a/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf b/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf index 774a2dd3b1..73f138acd9 100644 --- a/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf +++ b/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf @@ -18,11 +18,6 @@ # #**/ -################################################################################ -# -# Defines Section - statements that will be processed to create a Makefile. -# -################################################################################ [Defines] INF_VERSION = 0x00010005 BASE_NAME = SecPeiDxeTimerLibCpu @@ -34,19 +29,10 @@ EFI_SPECIFICATION_VERSION = 0x00020000 -# -# The following information is for reference only and not required by the build tools. # # VALID_ARCHITECTURES = IA32 X64 IPF # -################################################################################ -# -# Sources Section - list of files that are required for the build to succeed. -# -################################################################################ - - [Sources.Ia32] x86TimerLib.c @@ -57,24 +43,10 @@ IpfTimerLib.c -################################################################################ -# -# Package Dependency Section - list of Package files that are required for -# this module. -# -################################################################################ - [Packages] MdePkg/MdePkg.dec -################################################################################ -# -# Library Class Section - list of Library Classes that are required for -# this module. -# -################################################################################ - [LibraryClasses] BaseLib @@ -90,12 +62,6 @@ DebugLib -################################################################################ -# -# Pcd DYNAMIC - list of PCDs that this module is coded for. -# -################################################################################ - [PcdsDynamic.IA32] PcdFSBClock|gEfiMdePkgTokenSpaceGuid -- cgit v1.2.3