Win32OperatingSystem.st
changeset 21204 88544f014f9e
parent 21186 14212d18f352
child 21241 71f5ce80b2ce
child 21249 86c01ee5a76e
--- 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).