]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/MemoryAllocationLib.h
Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its...
[mirror_edk2.git] / MdePkg / Include / Library / MemoryAllocationLib.h
index 76a9f8a564f2bf70b4d0b147160a78ab0951450b..2e8780b75035f7a17b18a4366572dd63a8e8af51 100644 (file)
@@ -383,18 +383,4 @@ FreePool (
   IN VOID   *Buffer\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
 #endif\r