Skip to content

Commit 3784421

Browse files
committed
Merge a switch case into the identical case block below. NFC.
1 parent 6636baf commit 3784421

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/IRGen/IRGenSIL.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2104,8 +2104,6 @@ getPartialApplicationFunction(IRGenSILFunction &IGF,
21042104
break;
21052105

21062106
case SILFunctionTypeRepresentation::WitnessMethod:
2107-
break;
2108-
21092107
case SILFunctionTypeRepresentation::Thick:
21102108
case SILFunctionTypeRepresentation::Thin:
21112109
case SILFunctionTypeRepresentation::Method:

0 commit comments

Comments
 (0)