summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BasePerformanceLibNull
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BasePerformanceLibNull')
-rw-r--r--MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c b/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c
index 670979ee8a..a5f715f593 100644
--- a/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c
+++ b/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c
@@ -12,16 +12,10 @@
**/
-//
-// The package level header files this module uses
-//
+
#include <Base.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
-//
-// The Library classes this module consumes
-//
+
+
#include <Library/PerformanceLib.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.h>