summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ipf
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-17 07:46:17 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-17 07:46:17 +0000
commit1efcc4ae46f52e3845923ffbab68426e068709d2 (patch)
tree09037e28a1ecbbf87dea7b9221c86dcd21f3d926 /MdePkg/Library/BaseLib/Ipf
parent91496a547d383bf9c236b7a82a6a07b8ea1a381f (diff)
downloadedk2-platforms-1efcc4ae46f52e3845923ffbab68426e068709d2.tar.xz
remove unnecessary comments introduced by tools from MdePkg. The regular express is "//^p//[ ]Include[ ]common[ ]header[ ]file[ ]for[ ]this[ ]module[.]^p//"
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5911 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/Ipf')
-rw-r--r--MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c4
-rw-r--r--MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c4
-rw-r--r--MdePkg/Library/BaseLib/Ipf/Unaligned.c4
3 files changed, 3 insertions, 9 deletions
diff --git a/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c b/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c
index a72049b98a..12e80c7a30 100644
--- a/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c
+++ b/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c
@@ -12,9 +12,7 @@
**/
-//
-// Include common header file for this module.
-//
+
#include <BaseLibInternals.h>
/**
diff --git a/MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c b/MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c
index 74911b2764..fa78d954bb 100644
--- a/MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c
+++ b/MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c
@@ -12,9 +12,7 @@
**/
-//
-// Include common header file for this module.
-//
+
#include <BaseLibInternals.h>
#pragma intrinsic (_enable)
diff --git a/MdePkg/Library/BaseLib/Ipf/Unaligned.c b/MdePkg/Library/BaseLib/Ipf/Unaligned.c
index cd4d32d1d1..ee6c94253e 100644
--- a/MdePkg/Library/BaseLib/Ipf/Unaligned.c
+++ b/MdePkg/Library/BaseLib/Ipf/Unaligned.c
@@ -12,9 +12,7 @@
**/
-//
-// Include common header file for this module.
-//
+
#include <BaseLibInternals.h>
/**