Skip to content

Commit 8943c39

Browse files
committed
removed unused functions
1 parent fcd1e1f commit 8943c39

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/compiler/checker.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11073,14 +11073,6 @@ module ts {
1107311073
return links.generatedName;
1107411074
}
1107511075

11076-
function getLocalNameOfContainer(container: ModuleDeclaration | EnumDeclaration): string {
11077-
return getGeneratedNameForNode(container);
11078-
}
11079-
11080-
function getLocalNameForImportDeclaration(node: ImportDeclaration): string {
11081-
return getGeneratedNameForNode(node);
11082-
}
11083-
1108411076
function getAliasNameSubstitution(symbol: Symbol): string {
1108511077
let declaration = getDeclarationOfAliasSymbol(symbol);
1108611078
if (declaration && declaration.kind === SyntaxKind.ImportSpecifier) {

0 commit comments

Comments
 (0)