From 9dd7461870e0239ce5b1d6573a3ca0bcd86b7a03 Mon Sep 17 00:00:00 2001 From: ydong10 Date: Mon, 8 Nov 2010 05:28:01 +0000 Subject: Refine code to make code follow the coding style. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11011 6f19259b-4bc3-4df7-8a09-765794883524 --- PerformancePkg/Library/TscTimerLib/TscTimerLib.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'PerformancePkg/Library/TscTimerLib') 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 -- cgit v1.2.3