Remove unref local var.
authorStefan Vogel <sv@exept.de>
Thu, 09 May 1996 12:54:12 +0200
changeset 1361 d7b0b2b357f0
parent 1360 d0e3043ac023
child 1362 36e887173783
Remove unref local var.
WeakVDict.st
WeakValueDictionary.st
--- a/WeakVDict.st	Thu May 09 10:43:23 1996 +0200
+++ b/WeakVDict.st	Thu May 09 12:54:12 1996 +0200
@@ -124,8 +124,6 @@
     "return a container for values of size n.
      use WeakArrays here."
 
-    |w|
-
     ^ WeakArray new:n.
 
     "Created: 6.5.1996 / 14:47:37 / stefan"
@@ -134,5 +132,5 @@
 !WeakValueDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/WeakVDict.st,v 1.2 1996-05-08 14:49:00 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/WeakVDict.st,v 1.3 1996-05-09 10:54:12 stefan Exp $'
 ! !
--- a/WeakValueDictionary.st	Thu May 09 10:43:23 1996 +0200
+++ b/WeakValueDictionary.st	Thu May 09 12:54:12 1996 +0200
@@ -124,8 +124,6 @@
     "return a container for values of size n.
      use WeakArrays here."
 
-    |w|
-
     ^ WeakArray new:n.
 
     "Created: 6.5.1996 / 14:47:37 / stefan"
@@ -134,5 +132,5 @@
 !WeakValueDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/WeakValueDictionary.st,v 1.2 1996-05-08 14:49:00 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/WeakValueDictionary.st,v 1.3 1996-05-09 10:54:12 stefan Exp $'
 ! !