--- ray/src/rt/rv3.c 1990/03/08 10:28:29 1.15 +++ ray/src/rt/rv3.c 1990/06/26 09:00:19 1.16 @@ -138,7 +138,6 @@ int xmin, ymin, xmax, ymax; static long lastflush = 0; static RAY thisray; double h, v; - register int i; if (xmax - xmin <= 0 || ymax - ymin <= 0) { /* empty */ p->x = xmin;