mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 02:30:15 -06:00
Remove unnecessary switch case.
This commit is contained in:
parent
fa4b68fa6c
commit
783b0e53d1
@ -359,7 +359,6 @@ module ts {
|
||||
case SyntaxKind.Block:
|
||||
case SyntaxKind.TryBlock:
|
||||
case SyntaxKind.FinallyBlock:
|
||||
return children((<Block>node).statements);
|
||||
case SyntaxKind.ModuleBlock:
|
||||
return children((<Block>node).statements);
|
||||
case SyntaxKind.SourceFile:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user