diff --git a/lotto.c b/lotto.c --- a/lotto.c +++ b/lotto.c @@ -74,11 +74,9 @@ LONG *evaluation (LONG * numbers, int num, int verbose) { int i, j, k; - int printed; LONG *values; - LONG *z; int found; @@ -148,17 +146,12 @@ int main (int argc, char **argv) { LONG *values; - LONG *numbers; - LONG max; int i, j; - int found; - int loop; - int verbose, wide, end, num; verbose = wide = 0;