CR feedback.

This commit is contained in:
Cyrus Najmabadi 2015-02-26 17:37:01 -08:00
parent e2d9ea51eb
commit 27e888284d

View file

@ -2461,8 +2461,6 @@ module ts {
return false;
case SyntaxKind.LabeledStatement:
return (<LabeledStatement>node.parent).label === node;
//case SyntaxKind.CatchClause:
// return (<CatchClause>node.parent).name === node;
}
}