Skip to content

Commit 0a93768

Browse files
committed
remove unused code
1 parent 2b5bbfe commit 0a93768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/harness/harness.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ namespace Harness {
871871
fileMap.set(path, (): ts.SourceFile => { throw new Error("Symlinks should always be resolved to a realpath first"); });
872872
}
873873
const sourceFile = createSourceFileAndAssertInvariants(fileName, file.content, scriptTarget);
874-
fileMap.set(path, ts.memoize(() => sourceFile));
874+
fileMap.set(path, () => sourceFile);
875875
}
876876
}
877877

0 commit comments

Comments
 (0)