mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Eliminate redundant _internal variable
This commit is contained in:
parent
4f02bb6f87
commit
8d35169311
2 changed files with 8 additions and 14 deletions
|
@ -59,7 +59,7 @@ typedef NSInteger NSOperationQueuePriority;
|
|||
@public GS_NSOperation_IVARS
|
||||
# endif
|
||||
#else
|
||||
@protected id _internal;
|
||||
@private id _internal;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -202,11 +202,9 @@ typedef NSInteger NSOperationQueuePriority;
|
|||
|
||||
@interface NSBlockOperation : NSOperation
|
||||
{
|
||||
#if GS_NONFRAGILE
|
||||
# if defined(GS_NSBlockOperation_IVARS)
|
||||
@public GS_NSBlockOperation_IVARS
|
||||
# endif
|
||||
#endif
|
||||
@private
|
||||
NSMutableArray *_executionBlocks;
|
||||
void *_reserved;
|
||||
}
|
||||
|
||||
// Managing the blocks in the Operation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue