]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/SecPeiDxeTimerLibCpu/X86TimerLib.c
remove unused include file for library class.
[mirror_edk2.git] / MdePkg / Library / SecPeiDxeTimerLibCpu / X86TimerLib.c
index 98e86403bdfeda323238d43f578ef18715c44824..7319524596f493baa2622f6ca2e83af23c2c3617 100644 (file)
@@ -16,7 +16,6 @@
 #include <Library/TimerLib.h>\r
 #include <Library/BaseLib.h>\r
 #include <Library/IoLib.h>\r
-#include <Library/DebugLib.h>\r
 #include <Library/PcdLib.h>\r
 \r
 \r
@@ -35,8 +34,6 @@ CONST UINT8                           mTimerLibLocalApicDivisor[] = {
 /**\r
   Internal function to retrieve the base address of local APIC.\r
 \r
-  Internal function to retrieve the base address of local APIC.\r
-\r
   @return The base address of local APIC\r
 \r
 **/\r
@@ -52,8 +49,6 @@ InternalX86GetApicBase (
 /**\r
   Internal function to return the frequency of the local APIC timer.\r
 \r
-  Internal function to return the frequency of the local APIC timer.\r
-\r
   @param  ApicBase  The base address of memory mapped registers of local APIC.\r
 \r
   @return The frequency of the timer in Hz.\r
@@ -73,8 +68,6 @@ InternalX86GetTimerFrequency (
 /**\r
   Internal function to read the current tick counter of local APIC.\r
 \r
-  Internal function to read the current tick counter of local APIC.\r
-\r
   @param  ApicBase  The base address of memory mapped registers of local APIC.\r
 \r
   @return The tick counter read.\r