remove #copyEmpty:, which is inherited anyway
authorStefan Vogel <sv@exept.de>
Fri, 20 Apr 2012 17:17:19 +0200
changeset 2737 090c26e897c4
parent 2736 5f916a59f5e6
child 2738 dd3a122da916
remove #copyEmpty:, which is inherited anyway
OrderedDictionary.st
--- a/OrderedDictionary.st	Wed Apr 18 10:17:12 2012 +0200
+++ b/OrderedDictionary.st	Fri Apr 20 17:17:19 2012 +0200
@@ -434,12 +434,6 @@
     ^ (self class) new: 10
 !
 
-copyEmpty: aSize
-    "Return a copy of the receiver that contains no elements."
-
-    ^ (self class) new: aSize
-!
-
 copyFrom: startIndex to: endIndex 
     "Return a copy of the receiver that contains elements from 
      position startIndex to endIndex."
@@ -959,9 +953,9 @@
 !OrderedDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/OrderedDictionary.st,v 1.33 2011-01-31 21:04:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/OrderedDictionary.st,v 1.34 2012-04-20 15:17:19 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/OrderedDictionary.st,v 1.33 2011-01-31 21:04:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/OrderedDictionary.st,v 1.34 2012-04-20 15:17:19 stefan Exp $'
 ! !