Skip to content

Commit e928451

Browse files
author
Andy
authored
Merge pull request #11892 from Microsoft/remove_old_comment
Remove a comment about a parameter that no longer exists
2 parents b5ba315 + 9188526 commit e928451

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/compiler/program.ts

Lines changed: 0 additions & 3 deletions
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)