mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-24 14:12:26 +00:00
Tidied local object removal
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3663 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3f9a08c193
commit
2ad7dcd148
1 changed files with 1 additions and 1 deletions
|
@ -1851,7 +1851,7 @@ static int messages_received_count;
|
|||
{
|
||||
c = [connection_array objectAtIndex:i];
|
||||
[c removeLocalObject: anObj];
|
||||
[c removeProxy: anObj];
|
||||
// [c removeProxy: anObj];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue