Skip to content

Commit

Permalink
Clean not needed comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Jan 21, 2025
1 parent 02e13c6 commit 002077c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rgen/Microsoft.Macios.Transformer/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public static int Main (string [] args)
$"Microsoft.Macios.Transformer v{typeof (Program).Assembly.GetName ().Version}, (c) Microsoft Corporation. All rights reserved.\n");

// Convert local to absolute, expand ~
//rspPath = ToAbsolutePath (rspPath);
workingDirectory = ToAbsolutePath (workingDirectory);
destPath = ToAbsolutePath (destPath);
sdkPath = ToAbsolutePath (sdkPath);
Expand Down

0 comments on commit 002077c

Please sign in to comment.