ClangImporter: Remove -enable-c-function-pointers staging option.

Swift SVN r29764
This commit is contained in:
Joe Groff
2015-06-27 18:10:21 +00:00
parent 2630dba793
commit 55a830df38
8 changed files with 11 additions and 27 deletions

View File

@@ -77,9 +77,6 @@ namespace swift {
/// symbols as optionals.
bool EnableExperimentalUnavailableAsOptional = false;
/// \brief Enable support for native C function pointer types.
bool EnableCFunctionPointers = true;
/// \brief Enable support for SIMD type imports.
bool EnableSIMDImport = true;