Array.st
changeset 11797 ed3ec37ec969
parent 11167 883813e7d746
child 12162 32aa3e64c889
--- a/Array.st	Wed Jul 08 20:03:52 2009 +0200
+++ b/Array.st	Thu Jul 09 10:19:16 2009 +0200
@@ -1789,11 +1789,6 @@
 %}
 !
 
-fooBar
-
-    ^ 'hello world 2'
-!
-
 refersToLiteral:aLiteral
     "return true if the receiver or recursively any array element in the
      receiver referes to aLiteral (i.e. a deep search)"
@@ -2550,5 +2545,5 @@
 !Array class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Array.st,v 1.144 2008-09-14 21:00:33 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Array.st,v 1.145 2009-07-09 08:19:16 cg Exp $'
 ! !