From 9ef65cf3af3e40d463135b466361ef7293d8b526 Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Sun, 17 Jul 2016 23:25:33 -0700 Subject: [PATCH] remove unused method declaration --- src/compiler/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/types.ts b/src/compiler/types.ts index 3a3a937ade7..981c9db96f2 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -2908,7 +2908,6 @@ namespace ts { getCancellationToken?(): CancellationToken; getDefaultLibFileName(options: CompilerOptions): string; getDefaultLibLocation?(): string; - getDefaultTypeDirectiveNames?(rootPath: string): string[]; writeFile: WriteFileCallback; getCurrentDirectory(): string; getDirectories(path: string): string[];