diff --git a/sort.c b/sort.c --- a/sort.c +++ b/sort.c @@ -13,7 +13,6 @@ #endif unsigned long counter = 0; - unsigned long iters = 0; int compare (int *a, int *b) @@ -77,9 +76,7 @@ int main (int argc, char **argv) { int a[MAX]; - int b[MAX]; - int c[MAX]; int i;