diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-17 07:46:17 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-17 07:46:17 +0000 |
commit | 1efcc4ae46f52e3845923ffbab68426e068709d2 (patch) | |
tree | 09037e28a1ecbbf87dea7b9221c86dcd21f3d926 /MdePkg/Library/BaseLib/x86EnablePaging32.c | |
parent | 91496a547d383bf9c236b7a82a6a07b8ea1a381f (diff) | |
download | edk2-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/x86EnablePaging32.c')
-rw-r--r-- | MdePkg/Library/BaseLib/x86EnablePaging32.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MdePkg/Library/BaseLib/x86EnablePaging32.c b/MdePkg/Library/BaseLib/x86EnablePaging32.c index 5e71581138..00aa05b923 100644 --- a/MdePkg/Library/BaseLib/x86EnablePaging32.c +++ b/MdePkg/Library/BaseLib/x86EnablePaging32.c @@ -12,9 +12,7 @@ **/
-//
-// Include common header file for this module.
-//
+
#include "BaseLibInternals.h"
|