mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
ClangImporter: Remove -enable-c-function-pointers staging option.
Swift SVN r29764
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user