String.st
changeset 5693 e77bad25ced3
parent 5648 5bc58204662e
child 5710 44de19598122
--- a/String.st	Tue Nov 07 12:46:53 2000 +0100
+++ b/String.st	Tue Nov 07 16:20:46 2000 +0100
@@ -349,12 +349,6 @@
     "Modified: 23.4.1996 / 16:00:38 / cg"
 ! !
 
-!String methodsFor:'Compatibility - CampSmalltalk'!
-
-asQualifiedReference
-    ^ QualifiedName for:self
-! !
-
 !String methodsFor:'ID extensions'!
 
 ideCharAt: anInteger
@@ -3093,5 +3087,5 @@
 !String class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/String.st,v 1.155 2000-09-29 16:27:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/String.st,v 1.156 2000-11-07 15:20:46 cg Exp $'
 ! !