Skip to content

Commit 8f1dc85

Browse files
committed
remove dead code.
1 parent c349f35 commit 8f1dc85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/private/StdlibUnittest/StdlibUnittest.swift.gyb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,6 @@ extension ProcessTerminationStatus {
416416
return false
417417
case .signal(let signal):
418418
return CInt(signal) == SIGILL || CInt(signal) == SIGTRAP
419-
default:
420-
fatalError("Bad ProcessTerminationStatus")
421419
}
422420
}
423421
}

0 commit comments

Comments
 (0)