Skip to content

Commit 27e8882

Browse files
CR feedback.
1 parent e2d9ea5 commit 27e8882

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/compiler/emitter.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2461,8 +2461,6 @@ module ts {
24612461
return false;
24622462
case SyntaxKind.LabeledStatement:
24632463
return (<LabeledStatement>node.parent).label === node;
2464-
//case SyntaxKind.CatchClause:
2465-
// return (<CatchClause>node.parent).name === node;
24662464
}
24672465
}
24682466

0 commit comments

Comments
 (0)