Removing a few "this" containers

This commit is contained in:
Anders Hejlsberg 2015-09-25 14:50:33 -07:00
parent 9dee87505d
commit d79f5a6063

View file

@ -735,8 +735,6 @@ namespace ts {
case SyntaxKind.CallSignature:
case SyntaxKind.ConstructSignature:
case SyntaxKind.IndexSignature:
case SyntaxKind.FunctionType:
case SyntaxKind.ConstructorType:
case SyntaxKind.EnumDeclaration:
case SyntaxKind.SourceFile:
return node;