class: AbstractOperatingSystem
authorStefan Vogel <sv@exept.de>
Wed, 09 Sep 2015 11:21:58 +0200
changeset 18745 89ae65c02a3e
parent 18743 93db55dd8c0b
child 18746 39bb2c6c0af5
child 18748 f7400cf1f488
class: AbstractOperatingSystem removed: #getNumberOfProcessorsOnline
AbstractOperatingSystem.st
--- a/AbstractOperatingSystem.st	Tue Sep 08 17:28:20 2015 +0200
+++ b/AbstractOperatingSystem.st	Wed Sep 09 11:21:58 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.