remove old GC code

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30653 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-06-10 15:42:54 +00:00
parent f9d435aa2a
commit fe4fcbe5a1

View file

@ -373,14 +373,9 @@ static id gs_objc_proxy_lookup(id receiver, SEL op)
_sig = RETAIN(aSignature);
_numArgs = [aSignature numberOfArguments];
_info = [aSignature methodInfo];
#if GS_WITH_GC
_frame = nil;
_cframe = frame;
#else
_frame = (NSMutableData*)frame;
[_frame retain];
_cframe = [_frame mutableBytes];
#endif
f = (cifframe_t *)_cframe;
f->cif = *cif;