diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-01 13:46:34 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-01 13:46:34 +0000 |
commit | 0057fda6139b7694a9cdfdf9cb872ffaed25fcb7 (patch) | |
tree | 3b74b0086fa7e9a2dd4b20ff21d11ceb540e5a05 /MdePkg/Library/UefiMemoryAllocationLib | |
parent | b17f9e952661750495be05b1876de17ad8e5e6ad (diff) | |
download | edk2-platforms-0057fda6139b7694a9cdfdf9cb872ffaed25fcb7.tar.xz |
Refine MdePkg library instances: Remove unnecessary EFIAPI modifier for library worker functions, fix some typos, etc
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6790 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiMemoryAllocationLib')
-rw-r--r-- | MdePkg/Library/UefiMemoryAllocationLib/MemoryAllocationLib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiMemoryAllocationLib/MemoryAllocationLib.c b/MdePkg/Library/UefiMemoryAllocationLib/MemoryAllocationLib.c index d893939992..cf9fdc8ae1 100644 --- a/MdePkg/Library/UefiMemoryAllocationLib/MemoryAllocationLib.c +++ b/MdePkg/Library/UefiMemoryAllocationLib/MemoryAllocationLib.c @@ -675,7 +675,6 @@ AllocateReservedCopyPool ( **/
VOID *
-EFIAPI
InternalReallocatePool (
IN EFI_MEMORY_TYPE PoolType,
IN UINTN OldSize,
|