#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Tue, 27 Dec 2016 21:00:18 +0100
changeset 21204 88544f014f9e
parent 21203 8144c04ec24f
child 21205 580c1baf6e3f
#REFACTORING by stefan class: Win32OperatingSystem removed: #primExec:commandLine:fileDescriptors:fork:newPgrp:inPath:createFlags:inheritHandles:showWindow:
Win32OperatingSystem.st
--- a/Win32OperatingSystem.st	Tue Dec 27 14:19:46 2016 +0100
+++ b/Win32OperatingSystem.st	Tue Dec 27 21:00:18 2016 +0100
@@ -4274,18 +4274,6 @@
     "Created: / 15-11-2016 / 19:39:49 / cg"
 !
 
-primExec:commandPath commandLine:commandLine fileDescriptors:fdArray fork:doFork newPgrp:newPgrp
-	inPath:dirName createFlags:flagsOrNil inheritHandles:inheritHandles
-	showWindow:showWindowBooleanOrNil
-    "obsolete internal lowLevel entry for combined fork & exec for WIN32"
-
-    ^ self
-	primExec:commandPath commandLine:commandLine environment:nil
-	fileDescriptors:fdArray fork:doFork newPgrp:newPgrp
-	inPath:dirName createFlags:flagsOrNil inheritHandles:inheritHandles
-	showWindow:showWindowBooleanOrNil
-!
-
 shellExecute:hwndArg lpOperation:lpOperationArg lpFile:lpFileArg lpParameters:lpParametersArg lpDirectory:lpDirectoryArg nShowCmd:nShowCmd
     "Opens or prints the specified file, which can be an executable, document file, or directory.
      If its a directory, an explorer window is opened (see example below).