(initialize): No need to add IndexedCollection behavior to NSString,

we already added String, and String inherits from IndexedCollection.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@261 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-04-03 23:43:08 +00:00
parent 6250f3b8ae
commit f38e31db70

View file

@ -47,7 +47,6 @@
if (!done)
{
class_add_behavior([NSString class], [String class]);
class_add_behavior([NSString class], [IndexedCollection class]);
done = 1;
}
}