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/BasePrintLib | |
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/BasePrintLib')
-rw-r--r-- | MdePkg/Library/BasePrintLib/PrintLib.c | 4 | ||||
-rw-r--r-- | MdePkg/Library/BasePrintLib/PrintLibInternal.c | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/MdePkg/Library/BasePrintLib/PrintLib.c b/MdePkg/Library/BasePrintLib/PrintLib.c index c2f1b5119c..71dcdbab95 100644 --- a/MdePkg/Library/BasePrintLib/PrintLib.c +++ b/MdePkg/Library/BasePrintLib/PrintLib.c @@ -12,9 +12,7 @@ **/
-//
-// Include common header file for this module.
-//
+
#include "PrintLibInternal.h"
diff --git a/MdePkg/Library/BasePrintLib/PrintLibInternal.c b/MdePkg/Library/BasePrintLib/PrintLibInternal.c index 572819e041..e1e8c08c55 100644 --- a/MdePkg/Library/BasePrintLib/PrintLibInternal.c +++ b/MdePkg/Library/BasePrintLib/PrintLibInternal.c @@ -12,9 +12,7 @@ **/
-//
-// Include common header file for this module.
-//
+
#include "PrintLibInternal.h"
|