summaryrefslogtreecommitdiff
path: root/testcases.h
diff options
context:
space:
mode:
Diffstat (limited to 'testcases.h')
-rw-r--r--testcases.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/testcases.h b/testcases.h
index fc2ffd9..acb409b 100644
--- a/testcases.h
+++ b/testcases.h
@@ -6,7 +6,6 @@
#define MAX_SIZE 10000000
extern int buffer[MAX_SIZE];
-extern unsigned long comparisons;
void assert_sorted(size_t size, cmpfun cmp);