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/UefiLib | |
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/UefiLib')
-rw-r--r-- | MdePkg/Library/UefiLib/Console.c | 4 | ||||
-rw-r--r-- | MdePkg/Library/UefiLib/UefiDriverModel.c | 4 | ||||
-rw-r--r-- | MdePkg/Library/UefiLib/UefiLib.c | 4 | ||||
-rw-r--r-- | MdePkg/Library/UefiLib/UefiLibPrint.c | 4 | ||||
-rw-r--r-- | MdePkg/Library/UefiLib/UefiNotTiano.c | 4 |
5 files changed, 5 insertions, 15 deletions
diff --git a/MdePkg/Library/UefiLib/Console.c b/MdePkg/Library/UefiLib/Console.c index 737c69b46e..ef4419bbb7 100644 --- a/MdePkg/Library/UefiLib/Console.c +++ b/MdePkg/Library/UefiLib/Console.c @@ -14,9 +14,7 @@ -//
-// Include common header file for this module.
-//
+
#include "UefiLibInternal.h"
typedef struct {
diff --git a/MdePkg/Library/UefiLib/UefiDriverModel.c b/MdePkg/Library/UefiLib/UefiDriverModel.c index 2153aad337..11e440f95b 100644 --- a/MdePkg/Library/UefiLib/UefiDriverModel.c +++ b/MdePkg/Library/UefiLib/UefiDriverModel.c @@ -13,9 +13,7 @@ **/
-//
-// Include common header file for this module.
-//
+
#include "UefiLibInternal.h"
/**
diff --git a/MdePkg/Library/UefiLib/UefiLib.c b/MdePkg/Library/UefiLib/UefiLib.c index e3fff09de3..a58878e5d3 100644 --- a/MdePkg/Library/UefiLib/UefiLib.c +++ b/MdePkg/Library/UefiLib/UefiLib.c @@ -12,9 +12,7 @@ **/
-//
-// Include common header file for this module.
-//
+
#include "UefiLibInternal.h"
/**
diff --git a/MdePkg/Library/UefiLib/UefiLibPrint.c b/MdePkg/Library/UefiLib/UefiLibPrint.c index 3787431c67..87219de7f1 100644 --- a/MdePkg/Library/UefiLib/UefiLibPrint.c +++ b/MdePkg/Library/UefiLib/UefiLibPrint.c @@ -13,9 +13,7 @@ **/
-//
-// Include common header file for this module.
-//
+
#include "UefiLibInternal.h"
/**
diff --git a/MdePkg/Library/UefiLib/UefiNotTiano.c b/MdePkg/Library/UefiLib/UefiNotTiano.c index 4587b136ad..8f52f6e81c 100644 --- a/MdePkg/Library/UefiLib/UefiNotTiano.c +++ b/MdePkg/Library/UefiLib/UefiNotTiano.c @@ -18,9 +18,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-//
-// Include common header file for this module.
-//
+
#include "UefiLibInternal.h"
/**
|