removed unnecessary function

This commit is contained in:
Alex Fabijanic 2014-02-01 02:23:48 -06:00
parent 59ed07bd0e
commit c991232c3a

View File

@ -58,13 +58,9 @@ Param
[switch] $help
)
$omitArray = @()
function Get-ScriptDirectory
{
$Invocation = (Get-Variable MyInvocation -Scope 1).Value
Split-Path $Invocation.MyCommand.Path
}
function Set-Environment
{