Loading...
private/malloc_private.modulemap libmalloc-792.41.1 /dev/null
--- libmalloc/libmalloc-792.41.1/private/malloc_private.modulemap
+++ /dev/null
@@ -1,19 +0,0 @@
-module DarwinPrivate.malloc {
-  header "malloc_private.h"
-  export *
-
-  explicit module malloc_implementation {
-	header "malloc_implementation.h"
-	export *
-  }
-
-  explicit module malloc_type {
-	header "malloc_type_private.h"
-	export *
-  }
-
-  explicit module stack_logging {
-	header "stack_logging.h"
-	export *
-  }
-}