Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion dispatch/darwin/module.modulemap
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module Dispatch [system] [extern_c] {
umbrella header "dispatch.h"
module * { export * }
export *
}

Expand Down
1 change: 0 additions & 1 deletion dispatch/generic/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module DispatchIntrospection [system] [extern_c] {

module CDispatch [system] [extern_c] {
umbrella header "dispatch.h"
module * { export * }
export *
requires blocks
link "dispatch"
Expand Down
1 change: 0 additions & 1 deletion private/darwin/module.modulemap
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module DispatchPrivate [system] [extern_c] {
umbrella header "private.h"
exclude header "mach_private.h"
module * { export * }
export *
}

Expand Down
1 change: 0 additions & 1 deletion private/generic/module.modulemap
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module DispatchPrivate [system] [extern_c] {
umbrella header "private.h"
exclude header "mach_private.h"
module * { export * }
export *
}

Expand Down