Remove stale comment referring to deleted code (#6462)

This commit is contained in:
Casper Beyer 2020-06-25 19:08:42 +08:00 committed by GitHub
parent d9896d64ce
commit ab0f12fcb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,6 @@ unitTest(
const oldname = testDir + "/oldname";
const newname = testDir + "/newname";
Deno.mkdirSync(oldname);
// Just for now, until we implement symlink for Windows.
Deno.symlinkSync(oldname, newname);
const newNameInfoLStat = Deno.lstatSync(newname);
const newNameInfoStat = Deno.statSync(newname);