mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Update GSBlocks.m
Compatible to the new-updated GSBlocks.h
This commit is contained in:
parent
4c0dc51305
commit
d0d7238172
1 changed files with 0 additions and 6 deletions
|
@ -22,12 +22,6 @@
|
|||
|
||||
#import "Foundation/NSObject.h"
|
||||
|
||||
/* Declare the block copy functions ourself so that we don't depend on a
|
||||
* specific header location.
|
||||
*/
|
||||
void *_Block_copy(void *);
|
||||
void _Block_release(void *);
|
||||
|
||||
@interface GSBlock : NSObject
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue