diff --git a/scripts/Windows/Scripts/Context.ps1 b/scripts/Windows/Scripts/Context.ps1 index 647fc66a..9056e303 100644 --- a/scripts/Windows/Scripts/Context.ps1 +++ b/scripts/Windows/Scripts/Context.ps1 @@ -48,10 +48,6 @@ class Context { $this.AddPowerShellProfileStatement($system, $null, $statement); } - [void] AddPowerShellProfileStatement([bool] $system, [string] $category, [string] $statement) { - $this.AddPowerShellProfileStatement($system, $category, $statement); - } - [void] AddPowerShellProfileStatement([bool] $system, [string] $category, [string] $statement) { if ($category) { $overwrite = $true;