mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
remove obsolete typed stream inclusion
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31248 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8211043308
commit
3564932935
5 changed files with 17 additions and 40 deletions
|
@ -29,7 +29,6 @@
|
|||
|
||||
#import <Foundation/NSObjCRuntime.h>
|
||||
#import <objc/objc.h>
|
||||
#import <objc/typedstream.h>
|
||||
#import <Foundation/NSZone.h>
|
||||
|
||||
#ifndef GS_WITH_GC
|
||||
|
@ -411,8 +410,6 @@ GS_EXPORT NSRecursiveLock *gnustep_global_lock;
|
|||
#if GS_API_VERSION(GS_API_NONE, 011700)
|
||||
@interface NSObject (GNUstep)
|
||||
+ (void) enableDoubleReleaseCheck: (BOOL)enable;
|
||||
- (id) read: (TypedStream*)aStream;
|
||||
- (id) write: (TypedStream*)aStream;
|
||||
@end
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue