]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecompress.c
MdeModulePkg BrotliCustomDecompressLib: Remove the duplicated functions
[mirror_edk2.git] / MdeModulePkg / Library / BrotliCustomDecompressLib / BrotliDecompress.c
index 512518699e4cd51858cddf7d150af4eb137a1190..53e2255f5ffda7ecdb491d1a0edc5e837de6eca8 100644 (file)
@@ -7,29 +7,6 @@
 **/\r
 #include <BrotliDecompressLibInternal.h>\r
 \r
-/**\r
-  Dummy malloc function for compiler.\r
-**/\r
-VOID *\r
-BrDummyMalloc (\r
-  IN size_t    Size\r
-  )\r
-{\r
-  ASSERT (FALSE);\r
-  return NULL;\r
-}\r
-\r
-/**\r
-  Dummy free function for compiler.\r
-**/\r
-VOID\r
-BrDummyFree (\r
-  IN VOID *    Ptr\r
-  )\r
-{\r
-  ASSERT (FALSE);\r
-}\r
-\r
 /**\r
   Allocation routine used by BROTLI decompression.\r
 \r