From 9b0389d63c97f2c5db3bc60d2638cf912a67daaa Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Fri, 5 Feb 1999 11:45:16 +0000 Subject: [PATCH] Tidied local object removal git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3663 72102866-910b-0410-8b05-ffd578937521 --- Source/NSConnection.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSConnection.m b/Source/NSConnection.m index 9254fdacb..4bbb061ac 100644 --- a/Source/NSConnection.m +++ b/Source/NSConnection.m @@ -1851,7 +1851,7 @@ static int messages_received_count; { c = [connection_array objectAtIndex:i]; [c removeLocalObject: anObj]; - [c removeProxy: anObj]; +// [c removeProxy: anObj]; } }