Skip to content

Commit 11f909f

Browse files
Merge pull request #68365 from nate-chandler/gardening/20230906/1
[Gardening] Deleted unreachable fatalError.
2 parents 3b212ce + 9583f9c commit 11f909f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/Concurrency/TaskLocal.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ public final class TaskLocal<Value: Sendable>: Sendable, CustomStringConvertible
227227
storage storageKeyPath: ReferenceWritableKeyPath<Never, TaskLocal<Value>>
228228
) -> Value {
229229
get {
230-
fatalError("Will never be executed, since enclosing instance is Never")
231230
}
232231
}
233232

0 commit comments

Comments
 (0)