mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
f9d435aa2a
commit
fe4fcbe5a1
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue