Skip to content

Commit cb47351

Browse files
committed
Remove duplicate code
1 parent c80f532 commit cb47351

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/binder.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,6 @@ namespace ts {
11811181
}
11821182
const preCaseLabel = createBranchLabel();
11831183
addAntecedent(preCaseLabel, createFlowSwitchClause(preSwitchCaseFlow!, node.parent, clauseStart, i + 1));
1184-
addAntecedent(preCaseLabel, createFlowSwitchClause(preSwitchCaseFlow!, node.parent, clauseStart, i + 1));
11851184
addAntecedent(preCaseLabel, fallthroughFlow);
11861185
currentFlow = finishFlowLabel(preCaseLabel);
11871186
const clause = clauses[i];

0 commit comments

Comments
 (0)