From 3605e4ef696173fd260a8f5749cd89b34e995f0a Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Wed, 25 Oct 2017 18:04:31 -0700 Subject: [PATCH] Remove unnecessary comment --- src/compiler/program.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/compiler/program.ts b/src/compiler/program.ts index 76d3ce4f58d..6a60327371c 100755 --- a/src/compiler/program.ts +++ b/src/compiler/program.ts @@ -1101,8 +1101,6 @@ namespace ts { // If '--lib' is not specified, include default library file according to '--target' // otherwise, using options specified in '--lib' instead of '--target' default library file - - // File-system ordering should use a predictable order const equalityComparer = getStringEqualityComparer(!host.useCaseSensitiveFileNames()); if (!options.lib) { return equalityComparer(file.fileName, getDefaultLibraryFileName());