summaryrefslogtreecommitdiff
path: root/PerformancePkg/Dp_App/DpInternal.h
diff options
context:
space:
mode:
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2010-11-12 07:35:37 +0000
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2010-11-12 07:35:37 +0000
commitaec905b7d3c09415ce91fe9946300e01a4509308 (patch)
tree584e5b483a9217fd40c5bc53ea616fe60c7a7374 /PerformancePkg/Dp_App/DpInternal.h
parentf1e20ed402c8b5a5f3e0d48a9d57d8f6c2e541dd (diff)
downloadedk2-platforms-aec905b7d3c09415ce91fe9946300e01a4509308.tar.xz
Fixed build error
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11045 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PerformancePkg/Dp_App/DpInternal.h')
-rw-r--r--PerformancePkg/Dp_App/DpInternal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PerformancePkg/Dp_App/DpInternal.h b/PerformancePkg/Dp_App/DpInternal.h
index f382d425b2..6562230209 100644
--- a/PerformancePkg/Dp_App/DpInternal.h
+++ b/PerformancePkg/Dp_App/DpInternal.h
@@ -26,7 +26,7 @@ extern CHAR16 mGaugeString[DXE_PERFORMANCE_STRING_SIZE];
extern CHAR16 mUnicodeToken[PERF_TOKEN_LENGTH + 1];
extern UINT64 mInterestThreshold;
-extern PERF_SUMMARY_DATA SummaryData;; ///< Create the SummaryData structure and init. to ZERO.
+extern PERF_SUMMARY_DATA SummaryData; ///< Create the SummaryData structure and init. to ZERO.
/// Timer Specific Information.
extern TIMER_INFO TimerInfo;