Skip to content

Commit 8190d23

Browse files
committed
Remove unused variable.
1 parent da9c920 commit 8190d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (!$principal.IsInRole($role)) {
1212
}
1313
$pinfo.Arguments = $arguments
1414
$pinfo.Verb = "runas"
15-
$p = [System.Diagnostics.Process]::Start($pinfo)
15+
$null = [System.Diagnostics.Process]::Start($pinfo)
1616
exit
1717
}
1818
$Host.UI.RawUI.WindowTitle = "Fafnir - Clang MSBuild toolset installer"

0 commit comments

Comments
 (0)