#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Tue, 05 Apr 2016 20:47:58 +0200
changeset 19544 92065f3083d5
parent 19543 2ab62a8fbe29
child 19545 354bb04991c7
#REFACTORING by stefan class: WeakValueIdentityDictionary removed: #slotIsEmpty:
WeakValueIdentityDictionary.st
--- a/WeakValueIdentityDictionary.st	Tue Apr 05 20:45:42 2016 +0200
+++ b/WeakValueIdentityDictionary.st	Tue Apr 05 20:47:58 2016 +0200
@@ -178,10 +178,6 @@
 
 !WeakValueIdentityDictionary methodsFor:'private'!
 
-slotIsEmpty:probe
-    ^ probe isNil or:[probe == 0 "collected"]
-!
-
 valueContainerOfSize:n
     "return a container for values of size n.
      use WeakArrays here."
@@ -253,5 +249,9 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
 ! !