mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +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
f2803e68ab
commit
6a5c3f47c1
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@
|
||||||
if (!done)
|
if (!done)
|
||||||
{
|
{
|
||||||
class_add_behavior([NSString class], [String class]);
|
class_add_behavior([NSString class], [String class]);
|
||||||
class_add_behavior([NSString class], [IndexedCollection class]);
|
|
||||||
done = 1;
|
done = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue