diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-20 06:28:14 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-20 06:28:14 +0000 |
commit | c892d8464468618b0aa3c7f35edbdfbc7cc24ee5 (patch) | |
tree | 5ecd13358689632febd44b06153c9d101df9749c /MdePkg/Library/UefiDevicePathLibDevicePathProtocol | |
parent | ed7748fe4a5575adea8055c6da5948fbee65fd7a (diff) | |
download | edk2-c892d8464468618b0aa3c7f35edbdfbc7cc24ee5.tar.gz edk2-c892d8464468618b0aa3c7f35edbdfbc7cc24ee5.tar.bz2 edk2-c892d8464468618b0aa3c7f35edbdfbc7cc24ee5.zip |
remove some comments introduced by tools.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3388 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiDevicePathLibDevicePathProtocol')
-rw-r--r-- | MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c b/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c index 779aa06dbe..e9193cf1b2 100644 --- a/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c +++ b/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c @@ -12,18 +12,12 @@ **/
-//
-// The package level header files this module uses
-//
+
#include <Uefi.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/DevicePathUtilities.h>
#include <Protocol/DevicePath.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/DevicePathLib.h>
#include <Library/DebugLib.h>
#include <Library/BaseLib.h>
|