mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove the now-unused @safe(unchecked)
This commit is contained in:
@@ -489,7 +489,6 @@ class InheritedProtocolCollector {
|
||||
static ProtocolConformanceOptions filterOptions(ProtocolConformanceOptions options) {
|
||||
options -= ProtocolConformanceFlags::Preconcurrency;
|
||||
options -= ProtocolConformanceFlags::Retroactive;
|
||||
options -= ProtocolConformanceFlags::Safe;
|
||||
return options;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user