Skip to content

Commit 3605e4e

Browse files
committed
Remove unnecessary comment
1 parent dfa1ffe commit 3605e4e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/compiler/program.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,8 +1101,6 @@ namespace ts {
11011101

11021102
// If '--lib' is not specified, include default library file according to '--target'
11031103
// otherwise, using options specified in '--lib' instead of '--target' default library file
1104-
1105-
// File-system ordering should use a predictable order
11061104
const equalityComparer = getStringEqualityComparer(!host.useCaseSensitiveFileNames());
11071105
if (!options.lib) {
11081106
return equalityComparer(file.fileName, getDefaultLibraryFileName());

0 commit comments

Comments
 (0)