Skip to content

Commit cb3bd22

Browse files
authored
FileSystem.Unix: CreateSymbolicLink: remove unused statement. (#70252)
1 parent e70ffaa commit cb3bd22

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/libraries/System.Private.CoreLib/src/System/IO/FileSystem.Unix.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,6 @@ public static string[] GetLogicalDrives()
617617

618618
internal static void CreateSymbolicLink(string path, string pathToTarget, bool isDirectory)
619619
{
620-
string pathToTargetFullPath = PathInternal.GetLinkTargetFullPath(path, pathToTarget);
621620
Interop.CheckIo(Interop.Sys.SymLink(pathToTarget, path), path, isDirectory);
622621
}
623622

0 commit comments

Comments
 (0)