Remove a comment about a parameter that no longer exists

This commit is contained in:
Andy Hanson
2016-10-27 08:09:59 -07:00
parent b5ba3152ff
commit 91885266ac

View File

@@ -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;