diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2009-04-20 06:22:40 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:13:13 +0000 |
commit | 220fa2b077e4e55b36697b39a7a1cf3f380faa38 (patch) | |
tree | 8bde867f94763106405318cca021ce2c16374915 /Cydia.mm | |
parent | ab92ad73d09c0d78903ab068991190e6c0998aba (diff) |
Factored Histogram into ForRelease.
Diffstat (limited to 'Cydia.mm')
-rw-r--r-- | Cydia.mm | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |