]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/BootOption.c
UEFI HII: Merge UEFI HII support changes from branch.
[mirror_edk2.git] / Nt32Pkg / PlatformBdsDxe / Generic / BootMaint / BootOption.c
index b5afc7c7fea7359ae8d2bc94e7cb4802546f3c96..868574835208d58e4117ba4a95af652877eda316 100644 (file)
@@ -1662,24 +1662,3 @@ Returns:
 \r
 }\r
 \r
-VOID\r
-SafeFreePool (\r
-  IN VOID    *Buffer\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
-  Wrap original FreePool gBS call\r
-  in order to decrease code length\r
-\r
-Arguments:\r
-\r
-Returns:\r
-\r
---*/\r
-{\r
-  if (Buffer != NULL) {\r
-    FreePool (Buffer);\r
-    Buffer = NULL;\r
-  }\r
-}\r