summaryrefslogtreecommitdiff
path: root/PerformancePkg/Library/TscTimerLib/TscTimerLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'PerformancePkg/Library/TscTimerLib/TscTimerLib.c')
-rw-r--r--PerformancePkg/Library/TscTimerLib/TscTimerLib.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/PerformancePkg/Library/TscTimerLib/TscTimerLib.c b/PerformancePkg/Library/TscTimerLib/TscTimerLib.c
index 4af635607a..69d93ce5f3 100644
--- a/PerformancePkg/Library/TscTimerLib/TscTimerLib.c
+++ b/PerformancePkg/Library/TscTimerLib/TscTimerLib.c
@@ -39,10 +39,6 @@
STATIC UINT64 mTscFrequency;
-#ifndef R_ICH_ACPI_PM1_TMR
-#define R_ICH_ACPI_PM1_TMR R_ACPI_PM1_TMR
-#endif
-
/** The constructor function determines the actual TSC frequency.
The TSC counting frequency is determined by comparing how far it counts
@@ -108,7 +104,6 @@ TscTimerLibConstructor (
@param[in] Delay A period of time to delay in ticks.
**/
-STATIC
VOID
InternalX86Delay (
IN UINT64 Delay