X-Git-Url: https://git.saurik.com/apple/libdispatch.git/blobdiff_plain/c0fd1a46ca556db3ab6fd5fef441de241a8a5a3f..fa22f35b3ccab0081bb7090c32773dcd7463a045:/private/module.modulemap diff --git a/private/module.modulemap b/private/module.modulemap deleted file mode 100644 index 62975a5..0000000 --- a/private/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -module DispatchPrivate [system] [extern_c] { - umbrella header "private.h" - exclude header "mach_private.h" - module * { export * } - export * -} - -module DispatchIntrospectionPrivate [system] [extern_c] { - header "introspection_private.h" - export * -}