summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cydia.mm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cydia.mm b/Cydia.mm
index cf27f1e..ff3d34c 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;