diff --git a/src/compiler/checker.ts b/src/compiler/checker.ts index 02dfc70c6d3..5d1c38eb827 100644 --- a/src/compiler/checker.ts +++ b/src/compiler/checker.ts @@ -1268,7 +1268,6 @@ module ts { } function isEntityNameVisible(entityName: EntityName | Expression, enclosingDeclaration: Node): SymbolVisibilityResult { - // get symbol of the first identifier of the entityName let meaning: SymbolFlags; if (entityName.parent.kind === SyntaxKind.TypeQuery) {