Remove duplicate declaration

This commit is contained in:
Manuel Thalmann 2024-03-21 01:52:06 +01:00
parent 6413377cfc
commit 083df48223

View file

@ -48,10 +48,6 @@ class Context {
$this.AddPowerShellProfileStatement($system, $null, $statement); $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) { [void] AddPowerShellProfileStatement([bool] $system, [string] $category, [string] $statement) {
if ($category) { if ($category) {
$overwrite = $true; $overwrite = $true;