From: Bill Joy Date: Fri, 20 Jun 1980 10:06:49 +0000 (-0800) Subject: clear out junk X-Git-Tag: BSD-4^3~1094 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/ad7552b4633a56c8cf2dc62494f5b54087ab3ebc clear out junk SCCS-vsn: sys/vax/uba/up.c 3.10 --- diff --git a/usr/src/sys/vax/uba/up.c b/usr/src/sys/vax/uba/up.c index d1be83ea95..e3ab0f6cb3 100644 --- a/usr/src/sys/vax/uba/up.c +++ b/usr/src/sys/vax/uba/up.c @@ -1,12 +1,8 @@ -int trc = -1; -int trcw = 0; int csdel0 = 30; -int csdel1 = 0; int csdel2 = 0; int asdel = 500; -int csdel3 = 100; int softas; -/* %H% 3.9 %G% */ +/* %H% 3.10 %G% */ /* * Emulex UNIBUS disk driver with overlapped seeks and ECC recovery. @@ -398,7 +394,6 @@ done: uptab.b_actl = dp; out: - if (csdel1) DELAY(csdel1); return (didie); }