#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Tue, 28 Apr 2020 16:22:44 +0200
changeset 25376 88a3329875ba
parent 25375 b784fc06a5eb
child 25377 b3ee83b86f9b
#REFACTORING by stefan class: MethodDictionary class removed: #newWithCapacity: moved to superclass
MethodDictionary.st
--- a/MethodDictionary.st	Tue Apr 28 16:22:26 2020 +0200
+++ b/MethodDictionary.st	Tue Apr 28 16:22:44 2020 +0200
@@ -83,14 +83,6 @@
     ^ self basicNew:(sz * 2)
 !
 
-newWithCapacity:size
-    "return a new empty Collection with capacity for n elements."
-
-    ^ self new:size
-
-    "Created: / 10-10-2017 / 17:51:14 / stefan"
-!
-
 withAll:aDictionary
     "create a MethodDictionary from another Dictionary"