From ddc255221bd5cd1dfbae7c6e7f73246e5f0c485c Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 21 Mar 2024 01:52:06 +0100 Subject: [PATCH] Remove duplicate declaration --- scripts/Windows/Scripts/Context.ps1 | 4 ---- 1 file changed, 4 deletions(-) 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;