X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/ab92ad73d09c0d78903ab068991190e6c0998aba..220fa2b077e4e55b36697b39a7a1cf3f380faa38:/Cydia.mm diff --git a/Cydia.mm b/Cydia.mm index cf27f1ee..ff3d34c5 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -398,6 +398,7 @@ extern NSString * const kCAFilterNearest; #define ForRelease 0 #define TraceLogging (1 && !ForRelease) +#define HistogramInsertionSort (0 && !ForRelease) #define ProfileTimes (0 && !ForRelease) #define ForSaurik (0 && !ForRelease) #define LogBrowser (0 && !ForRelease) @@ -567,8 +568,6 @@ CFIndex CFBSearch_(const void *element, CFIndex elementSize, const void *list, C return (ptr - (const char *)list) / elementSize; } -#define HistogramInsertionSort 0 - void CFArrayInsertionSortValues(CFMutableArrayRef array, CFRange range, CFComparatorFunction comparator, void *context) { if (range.length == 0) return;