summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiMemoryAllocationLib
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-10 14:35:41 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-10 14:35:41 +0000
commit808f4a6aed216b4cbaf76ce54e95066df192c522 (patch)
treeaa9ba004aeccc2feecfd8c4f273489237013aa68 /MdePkg/Library/UefiMemoryAllocationLib
parent6203199177e6968f69485ac7d9823f91e8b907e0 (diff)
downloadedk2-808f4a6aed216b4cbaf76ce54e95066df192c522.tar.gz
edk2-808f4a6aed216b4cbaf76ce54e95066df192c522.tar.bz2
edk2-808f4a6aed216b4cbaf76ce54e95066df192c522.zip
Remove wrong comments in function header.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7855 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiMemoryAllocationLib')
-rw-r--r--MdePkg/Library/UefiMemoryAllocationLib/MemoryAllocationLib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiMemoryAllocationLib/MemoryAllocationLib.c b/MdePkg/Library/UefiMemoryAllocationLib/MemoryAllocationLib.c
index 04984d0165..7704f289e1 100644
--- a/MdePkg/Library/UefiMemoryAllocationLib/MemoryAllocationLib.c
+++ b/MdePkg/Library/UefiMemoryAllocationLib/MemoryAllocationLib.c
@@ -661,7 +661,6 @@ AllocateReservedCopyPool (
If NewSize is 0, then a valid buffer of 0 size is returned. If there is not
enough memory remaining to satisfy the request, then NULL is returned.
- If OldBuffer is NULL, then ASSERT().
If NewSize is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
If OldSize is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().