From 2011005f56b821e6c0161c7ec785ed1318ad7e71 Mon Sep 17 00:00:00 2001 From: Andrei Mirzac Date: Mon, 8 Oct 2018 16:26:31 +0100 Subject: [PATCH] remove commoncrypto module --- CommonCrypto/module.modulemap | 4 ---- CommonCrypto/shim.h | 1 - 2 files changed, 5 deletions(-) delete mode 100644 CommonCrypto/module.modulemap delete mode 100644 CommonCrypto/shim.h diff --git a/CommonCrypto/module.modulemap b/CommonCrypto/module.modulemap deleted file mode 100644 index b70f7d6..0000000 --- a/CommonCrypto/module.modulemap +++ /dev/null @@ -1,4 +0,0 @@ -module CommonCrypto [system] { - header "shim.h" - export * -} diff --git a/CommonCrypto/shim.h b/CommonCrypto/shim.h deleted file mode 100644 index c332624..0000000 --- a/CommonCrypto/shim.h +++ /dev/null @@ -1 +0,0 @@ -#include