Skip to content

Commit 9583f9c

Browse files
committed
[Gardening] Deleted unreachable fatalError.
Silenced a warning.
1 parent 0d56677 commit 9583f9c

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)