mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Backtracing] Remove support for implicit import of _Backtracing.
We're going to rename the module to Runtime, and it isn't going to be an implicit import, so we don't need any of this. rdar://124913332
This commit is contained in:
@@ -421,10 +421,6 @@ namespace swift {
|
||||
/// Disable the implicit import of the _StringProcessing module.
|
||||
bool DisableImplicitStringProcessingModuleImport = false;
|
||||
|
||||
/// Disable the implicit import of the _Backtracing module.
|
||||
bool DisableImplicitBacktracingModuleImport =
|
||||
!SWIFT_IMPLICIT_BACKTRACING_IMPORT;
|
||||
|
||||
/// Disable the implicit import of the Cxx module.
|
||||
bool DisableImplicitCxxModuleImport = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user