diff options
Diffstat (limited to 'MdePkg/Include/Library/MemoryAllocationLib.h')
-rw-r--r-- | MdePkg/Include/Library/MemoryAllocationLib.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/MdePkg/Include/Library/MemoryAllocationLib.h b/MdePkg/Include/Library/MemoryAllocationLib.h index 76a9f8a564..2e8780b750 100644 --- a/MdePkg/Include/Library/MemoryAllocationLib.h +++ b/MdePkg/Include/Library/MemoryAllocationLib.h @@ -383,18 +383,4 @@ FreePool ( IN VOID *Buffer
);
-/**
- Frees buffer that were previously allocated with one of the
- memory allocation functions in the Memory Allocation Library.
-
- @param Buffer Pointer to the buffer of pages
- to free.
-
-**/
-VOID
-EFIAPI
-SafeFreePool (
- IN VOID *Buffer
- );
-
#endif
|