MethodDictionary.st
changeset 25376 88a3329875ba
parent 24815 6c60da5b8b14
--- 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"