ImmutableByteArray.st
branchjv
changeset 18617 fbfd2d411738
parent 18555 7cc0ec139c8d
parent 18614 5aa6db5b361b
child 18705 843770030c5f
--- a/ImmutableByteArray.st	Tue Jul 21 06:19:27 2015 +0100
+++ b/ImmutableByteArray.st	Wed Jul 22 06:38:29 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2009 by eXept Software AG
 	      All Rights Reserved
@@ -208,12 +206,6 @@
     "yes, I must be"
     ^ true
 
-!
-
-referencesAny:aCollection
-    "redefined to speed up searching when many byteArray instances are present"
-
-    ^ false
 ! !
 
 !ImmutableByteArray methodsFor:'specials'!