Skip to content

Commit

Permalink
FileSystem.Unix: CreateSymbolicLink: remove unused statement. (#70252)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds authored Jun 5, 2022
1 parent e70ffaa commit cb3bd22
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,6 @@ public static string[] GetLogicalDrives()

internal static void CreateSymbolicLink(string path, string pathToTarget, bool isDirectory)
{
string pathToTargetFullPath = PathInternal.GetLinkTargetFullPath(path, pathToTarget);
Interop.CheckIo(Interop.Sys.SymLink(pathToTarget, path), path, isDirectory);
}

Expand Down

0 comments on commit cb3bd22

Please sign in to comment.