Skip to content

Commit 4abe4cc

Browse files
committed
removing unneeded using namespace statements
1 parent 758bc82 commit 4abe4cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Module/public/Invoke-Parallel.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
using namespace System.Management.Automation
2-
using namespace System.Management.Automation.Language
32
using namespace System.Management.Automation.Runspaces
4-
using namespace System.Text
53

64
# .ExternalHelp PSParallelPipeline-help.xml
75
function Invoke-Parallel {

0 commit comments

Comments
 (0)