Win32OperatingSystem.st
branchjv
changeset 21249 86c01ee5a76e
parent 21248 2346b1744906
parent 21204 88544f014f9e
child 21285 7770135c2b54
--- a/Win32OperatingSystem.st	Wed Dec 28 22:58:47 2016 +0000
+++ b/Win32OperatingSystem.st	Thu Jan 05 21:02:10 2017 +0000
@@ -4297,18 +4297,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).