mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
removal of garbage collection
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39608 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
030f54a9cf
commit
d40d219015
72 changed files with 122 additions and 1787 deletions
|
@ -601,12 +601,10 @@ static SEL appSel;
|
|||
i++;
|
||||
}
|
||||
self = [self initWithObjects: o + c forKeys: o count: i];
|
||||
#if !GS_WITH_GC
|
||||
while (i-- > 0)
|
||||
{
|
||||
[o[c + i] release];
|
||||
}
|
||||
#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -1306,12 +1304,10 @@ compareIt(id o1, id o2, void* context)
|
|||
initWithObjects: o + count
|
||||
forKeys: o
|
||||
count: count];
|
||||
#if !GS_WITH_GC
|
||||
while (i-- > 0)
|
||||
{
|
||||
[o[count + i] release];
|
||||
}
|
||||
#endif
|
||||
GS_ENDIDBUF();
|
||||
|
||||
return newDictionary;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue