Skip to content

Commit 9188526

Browse files
author
Andy Hanson
committed
Remove a comment about a parameter that no longer exists
1 parent b5ba315 commit 9188526

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/compiler/program.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1078,9 +1078,6 @@ namespace ts {
10781078
}
10791079
}
10801080

1081-
/**
1082-
* 'isReference' indicates whether the file was brought in via a reference directive (rather than an import declaration)
1083-
*/
10841081
function processSourceFile(fileName: string, isDefaultLib: boolean, refFile?: SourceFile, refPos?: number, refEnd?: number) {
10851082
let diagnosticArgument: string[];
10861083
let diagnostic: DiagnosticMessage;

0 commit comments

Comments
 (0)