]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c
Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its...
[mirror_edk2.git] / MdePkg / Library / PeiMemoryAllocationLib / MemoryAllocationLib.c
index f937369cc77093d0af31290dc7c5a2a27c0caddb..5df1ce6cfbf67580cad354d461e6742331716196 100644 (file)
@@ -650,22 +650,3 @@ FreePool (
 }\r
 \r
 \r
-/**\r
-  Frees buffer that were previously allocated with one of the\r
-  memory allocation functions in the Memory Allocation Library.\r
-\r
-  @param  Buffer                Pointer to the buffer of pages\r
-                                to free.\r
-\r
-**/\r
-VOID\r
-EFIAPI\r
-SafeFreePool (\r
-  IN VOID   *Buffer\r
-  )\r
-{\r
-  //\r
-  // PEI phase does not support to free pool, so leave it as NOP.\r
-  //\r
-}\r
-\r