Remove duplicate declaration
This commit is contained in:
parent
e4e9dd4191
commit
ddc255221b
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue