# HG changeset patch # User Merge Script # Date 1441861327 -7200 # Node ID 39bb2c6c0af562f486f92f0fc2715c9de6308fd2 # Parent 0f193129cde0b923c08ce99326db83e69039468c# Parent 89ae65c02a3e5c5d3c802275482ec5a0fce0239f Merge diff -r 0f193129cde0 -r 39bb2c6c0af5 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.