mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
remove unused directory and obsolete comments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32795 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
49b2b9c764
commit
0ae9a6c552
3 changed files with 5 additions and 8 deletions
|
@ -26,7 +26,6 @@
|
|||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSDistantObject.h"
|
||||
#import "GSInvocation.h"
|
||||
#import <objc/objc-api.h>
|
||||
#import <avcall.h>
|
||||
#import <callback.h>
|
||||
#import "callframe.h"
|
||||
|
|
|
@ -2150,7 +2150,7 @@ static NSLock *cached_proxies_gate = nil;
|
|||
flags = objc_get_type_qualifiers(tmptype);
|
||||
/* Skip over the type qualifiers, so now TYPE is
|
||||
pointing directly at the char corresponding to the
|
||||
argument's type, as defined in <objc/objc-api.h> */
|
||||
argument's type. */
|
||||
tmptype = objc_skip_type_qualifiers(tmptype);
|
||||
|
||||
if (*tmptype == _C_PTR
|
||||
|
@ -2628,8 +2628,7 @@ static NSLock *cached_proxies_gate = nil;
|
|||
/* Get the type qualifiers, like IN, OUT, INOUT, ONEWAY. */
|
||||
flags = objc_get_type_qualifiers (etmptype);
|
||||
/* Skip over the type qualifiers, so now TYPE is pointing directly
|
||||
at the char corresponding to the argument's type, as defined
|
||||
in <objc/objc-api.h> */
|
||||
at the char corresponding to the argument's type. */
|
||||
tmptype = objc_skip_type_qualifiers(tmptype);
|
||||
|
||||
/* Decide how, (or whether or not), to decode the argument
|
||||
|
@ -2807,8 +2806,7 @@ static NSLock *cached_proxies_gate = nil;
|
|||
/* Get the type qualifiers, like IN, OUT, INOUT, ONEWAY. */
|
||||
flags = objc_get_type_qualifiers(etmptype);
|
||||
/* Skip over the type qualifiers, so now TYPE is pointing directly
|
||||
at the char corresponding to the argument's type, as defined
|
||||
in <objc/objc-api.h> */
|
||||
at the char corresponding to the argument's type. */
|
||||
tmptype = objc_skip_type_qualifiers (tmptype);
|
||||
|
||||
/* Decide how, (or whether or not), to encode the argument
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue