diff --git a/src/compiler/program.ts b/src/compiler/program.ts index fab35141ba4..6f6c5e3ee3b 100644 --- a/src/compiler/program.ts +++ b/src/compiler/program.ts @@ -1078,9 +1078,6 @@ namespace ts { } } - /** - * 'isReference' indicates whether the file was brought in via a reference directive (rather than an import declaration) - */ function processSourceFile(fileName: string, isDefaultLib: boolean, refFile?: SourceFile, refPos?: number, refEnd?: number) { let diagnosticArgument: string[]; let diagnostic: DiagnosticMessage;