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:
rfm 2011-04-07 07:32:00 +00:00
parent 49b2b9c764
commit 0ae9a6c552
3 changed files with 5 additions and 8 deletions

View file

@ -278,8 +278,8 @@ static inline void gs_consumed(id o) { return; }
/* Include the appropriate header for ObjC2 blocks support if it is in use.
*
* FIXME: "OBJC2RUNTIME" is set to "1" if the runtime has
* objc_setProperty(), which is unrelated to whether it has blocks
* FIXME: "OBJC2RUNTIME" is set to "1" if the runtime supports the ObjC2
* runtime API, which is unrelated to whether the compiler has blocks
* support or not.
*/
#if __has_feature(blocks)

View file

@ -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"

View file

@ -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