diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-17 09:25:38 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-17 09:25:38 +0000 |
commit | 64db4c9552b17a472228d395bbaa7eeacd760e78 (patch) | |
tree | 9cf947eac1d6f269f40abd6056e7b3ab30107674 /MdePkg/Library/PeiServicesTablePointerLibIdt/Ia32 | |
parent | 48924f1488dc5ab29775e28c9e9a34c613733ce8 (diff) | |
download | edk2-platforms-64db4c9552b17a472228d395bbaa7eeacd760e78.tar.xz |
Clean up comments in PeiServicesTablePointerLibIdt
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3298 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiServicesTablePointerLibIdt/Ia32')
-rw-r--r-- | MdePkg/Library/PeiServicesTablePointerLibIdt/Ia32/AsmPeiSevicesTablePointer.asm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/MdePkg/Library/PeiServicesTablePointerLibIdt/Ia32/AsmPeiSevicesTablePointer.asm b/MdePkg/Library/PeiServicesTablePointerLibIdt/Ia32/AsmPeiSevicesTablePointer.asm index 74f19afa67..63f4d6fa9d 100644 --- a/MdePkg/Library/PeiServicesTablePointerLibIdt/Ia32/AsmPeiSevicesTablePointer.asm +++ b/MdePkg/Library/PeiServicesTablePointerLibIdt/Ia32/AsmPeiSevicesTablePointer.asm @@ -9,16 +9,6 @@ ; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
;
-; Module Name:
-;
-; AsmPeiSevicesTablePointer.Asm
-;
-; Abstract:
-;
-; AsmPeiSevicesTablePointer function
-;
-; Notes:
-;
;------------------------------------------------------------------------------
.386
|