Merge jv
authorMerge Script
Thu, 10 Sep 2015 07:02:07 +0200
branchjv
changeset 18746 39bb2c6c0af5
parent 18744 0f193129cde0 (current diff)
parent 18745 89ae65c02a3e (diff)
child 18747 6807080edaa9
Merge
AbstractOperatingSystem.st
--- a/AbstractOperatingSystem.st	Wed Sep 09 06:52:53 2015 +0200
+++ b/AbstractOperatingSystem.st	Thu Sep 10 07:02:07 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -3861,12 +3859,6 @@
     self subclassResponsibility
 !
 
-getNumberOfProcessorsOnline
-    "answer the number of physical processors in the system which are currently online"
-
-    self subclassResponsibility
-!
-
 getOSDefine
     "return a string which was used to identify this machine when stx was
      compiled, and which should be passed down when compiling methods.