ProcessorScheduler.st
changeset 2926 182baa3a4862
parent 2831 02f9aa61f71b
child 2962 038a8f143e49
--- a/ProcessorScheduler.st	Mon Sep 15 22:44:29 1997 +0200
+++ b/ProcessorScheduler.st	Mon Sep 15 22:48:59 1997 +0200
@@ -817,9 +817,7 @@
      status of the OS process changes (e.g. the process terminates).
      The method returns the value from aBlockReturningPid (i.e a pid or nil)."
 
-    |pid blocked osProcessStatus osType|
-
-    osType := OperatingSystem getOSType.
+    |pid blocked osProcessStatus|
 
     OperatingSystem sigCHLD ~= 0 ifTrue:[
 	"/ SIGCHLD is supported,
@@ -2575,6 +2573,6 @@
 !ProcessorScheduler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.137 1997-08-05 14:07:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.138 1997-09-15 20:48:59 cg Exp $'
 ! !
 ProcessorScheduler initialize!