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:
richard 1999-02-05 11:45:16 +00:00
parent 3f9a08c193
commit 2ad7dcd148

View file

@ -1851,7 +1851,7 @@ static int messages_received_count;
{
c = [connection_array objectAtIndex:i];
[c removeLocalObject: anObj];
[c removeProxy: anObj];
// [c removeProxy: anObj];
}
}