File tree 1 file changed +0
-3
lines changed
CoreFoundation/String.subproj
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,6 @@ CF_PRIVATE CFComparisonResult _CFCompareStringsWithLocale(CFStringInlineBuffer *
583
583
bool forcedOrdering = ((options & kCFCompareForcedOrdering ) ? true : false);
584
584
585
585
UCollator * collator = NULL ;
586
- bool defaultCollator = true;
587
586
#endif
588
587
static const uint8_t * alnumBMP = NULL ;
589
588
static const uint8_t * nonBaseBMP = NULL ;
@@ -621,10 +620,8 @@ CF_PRIVATE CFComparisonResult _CFCompareStringsWithLocale(CFStringInlineBuffer *
621
620
collator = threadCollator ;
622
621
} else {
623
622
collator = __CFStringCopyDefaultCollator ((CFLocaleRef )compareLocale );
624
- defaultCollator = true;
625
623
if (NULL == collator ) {
626
624
collator = __CFStringCreateCollator ((CFLocaleRef )compareLocale );
627
- defaultCollator = false;
628
625
}
629
626
}
630
627
#endif
You can’t perform that action at this time.
0 commit comments