Merge pull request #11892 from Microsoft/remove_old_comment

Remove a comment about a parameter that no longer exists
This commit is contained in:
Andy
2016-10-27 08:42:32 -07:00
committed by GitHub

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;