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:
Richard Frith-MacDonald 2010-02-11 16:37:38 +00:00
parent 72219615d5
commit dcddedb10d
5 changed files with 0 additions and 5 deletions

View file

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

View file

@ -54,7 +54,6 @@ extern "C" {
NSMutableDictionary *_notations;
NSMutableDictionary *_attributes;
NSString *_original;
void *_unused;
#endif
}

View file

@ -82,7 +82,6 @@ typedef NSUInteger NSXMLDTDNodeKind;
NSString *_notationName;
NSString *_publicID;
NSString *_systemID;
void *_unused;
#endif
}

View file

@ -86,7 +86,6 @@ typedef NSUInteger NSXMLDocumentContentKind;
NSString *_MIMEType;
NSUInteger _fidelityMask;
NSXMLDocumentContentKind _contentKind;
void *_unused;
#endif
}

View file

@ -49,7 +49,6 @@ extern "C" {
BOOL _childrenHaveMutated;
NSString *_URI;
NSInteger _prefixIndex;
void *_unused;
#endif
}