From 91885266acea1fb835eec00c066c20ef12e0ca49 Mon Sep 17 00:00:00 2001 From: Andy Hanson Date: Thu, 27 Oct 2016 08:09:59 -0700 Subject: [PATCH] Remove a comment about a parameter that no longer exists --- src/compiler/program.ts | 3 --- 1 file changed, 3 deletions(-) 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;