Add comments to note that initial values are unused.

This commit is contained in:
Richard Frith-Macdonald 2020-03-11 09:01:39 +00:00
parent c7a098b747
commit e4ea6672df

View file

@ -683,6 +683,7 @@ SANITY();
unsigned tmpLength;
unsigned arrayIndex = 0;
unsigned arraySize;
// Initial value unused; set by _attributesAtIndexEffectiveRange
NSRange effectiveRange = NSMakeRange(0, NSNotFound);
unsigned afterRangeLoc, beginRangeLoc;
NSDictionary *attrs;
@ -795,6 +796,7 @@ SANITY();
unsigned tmpLength;
unsigned arrayIndex = 0;
unsigned arraySize;
// Initial value unused; set by _attributesAtIndexEffectiveRange
NSRange effectiveRange = NSMakeRange(0, NSNotFound);
GSAttrInfo *info;
int moveLocations;