From 15069d9131f3f26b60b296116f7983af44e21a63 Mon Sep 17 00:00:00 2001 From: Amr Aboelela Date: Fri, 5 Aug 2016 17:26:56 -0700 Subject: [PATCH] Fix for https://bugs.swift.org/browse/SR-397 --- dispatch/module.modulemap | 2 -- 1 file changed, 2 deletions(-) diff --git a/dispatch/module.modulemap b/dispatch/module.modulemap index 6f3c8aab8..26a752b2c 100644 --- a/dispatch/module.modulemap +++ b/dispatch/module.modulemap @@ -1,5 +1,4 @@ module Dispatch { - requires blocks export * link "dispatch" link "BlocksRuntime" @@ -14,7 +13,6 @@ module CDispatch [system] [extern_c] { umbrella header "dispatch.h" module * { export * } export * - requires blocks link "dispatch" link "BlocksRuntime" }