mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(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:
parent
6250f3b8ae
commit
f38e31db70
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@
|
|||
if (!done)
|
||||
{
|
||||
class_add_behavior([NSString class], [String class]);
|
||||
class_add_behavior([NSString class], [IndexedCollection class]);
|
||||
done = 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue