AbstractOperatingSystem.st
changeset 17013 d82f35acfb55
parent 17012 4dc74652cfb6
child 17017 f6a1e6eb666e
--- a/AbstractOperatingSystem.st	Mon Nov 10 16:41:34 2014 +0100
+++ b/AbstractOperatingSystem.st	Mon Nov 10 16:51:51 2014 +0100
@@ -5880,18 +5880,6 @@
     aBlock value:hours value:minutes value:seconds value:millis
 !
 
-epocEndOSTime
-    "private interface for timestamp to ask the OS what the maximum time
-     (in milliseconds since the Unix epoch, 1.1.1970) is.
-     Unix systems will return 0x7FFFFFFF here; other OS's may return a higher number to indicate,
-     that they can deal with timestamps after 2038 (especially: win32 will do so).
-     Notice that timestamp is prepared to compensate for any OS limitation by computing the timeInfo
-     components itself.
-     So it is usually (except for a little performane) no problem to return a reange too small here."
-
-    ^ 16r7FFFFFFF
-!
-
 epochEndOSTime
     "private interface for timestamp to ask the OS what the maximum time
      (in milliseconds since the Unix epoch, 1.1.1970) is.
@@ -7644,11 +7632,11 @@
 !AbstractOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.277 2014-11-10 15:41:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.278 2014-11-10 15:51:51 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.277 2014-11-10 15:41:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.278 2014-11-10 15:51:51 cg Exp $'
 ! !