ShortFloat.st
changeset 20000 e20812c7cc3c
parent 19860 324edacff5cc
child 20008 21d2247d8dd8
--- a/ShortFloat.st	Wed Jun 15 17:26:34 2016 +0200
+++ b/ShortFloat.st	Wed Jun 15 17:30:47 2016 +0200
@@ -346,7 +346,6 @@
     ^ Epsilon
 ! !
 
-
 !ShortFloat class methodsFor:'binary storage'!
 
 readBinaryIEEESingleFrom:aStream
@@ -505,13 +504,6 @@
     ^ Pi
 !
 
-powersOfTwo
-    "/ sigh: cannot have PoersOfTwo as class nstvar (yet)
-    PowersOfTwo notNil ifTrue: [^PowersOfTwo].
-    PowersOfTwo := self newPowersOfTwo.
-    ^PowersOfTwo
-!
-
 unity
     "return the neutral element for multiplication (1.0) as ShortFloat"