mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
iremove extra ivars
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/reorg@29551 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
72219615d5
commit
dcddedb10d
5 changed files with 0 additions and 5 deletions
|
@ -1030,7 +1030,6 @@ GSIMapAddPair(GSIMapTable map, GSIMapKey key, GSIMapVal value)
|
|||
}
|
||||
map->freeNodes = node->nextInBucket;
|
||||
node->key = key;
|
||||
node->value = value;
|
||||
GSI_MAP_RETAIN_KEY(map, node->key);
|
||||
GSI_MAP_RETAIN_VAL(map, node->value);
|
||||
node->nextInBucket = 0;
|
||||
|
|
|
@ -54,7 +54,6 @@ extern "C" {
|
|||
NSMutableDictionary *_notations;
|
||||
NSMutableDictionary *_attributes;
|
||||
NSString *_original;
|
||||
void *_unused;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
@ -82,7 +82,6 @@ typedef NSUInteger NSXMLDTDNodeKind;
|
|||
NSString *_notationName;
|
||||
NSString *_publicID;
|
||||
NSString *_systemID;
|
||||
void *_unused;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
@ -86,7 +86,6 @@ typedef NSUInteger NSXMLDocumentContentKind;
|
|||
NSString *_MIMEType;
|
||||
NSUInteger _fidelityMask;
|
||||
NSXMLDocumentContentKind _contentKind;
|
||||
void *_unused;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
@ -49,7 +49,6 @@ extern "C" {
|
|||
BOOL _childrenHaveMutated;
|
||||
NSString *_URI;
|
||||
NSInteger _prefixIndex;
|
||||
void *_unused;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue