lint
[unix-history] / usr / src / sys / kern / vfs_bio.c
index 1fd5891..9bd935e 100644 (file)
@@ -1,4 +1,4 @@
-/*     vfs_bio.c       3.5     %H%     */
+/*     vfs_bio.c       3.6     %H%     */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -387,8 +387,7 @@ done:
 struct buf *
 geteblk()
 {
 struct buf *
 geteblk()
 {
-       register struct buf *bp, *dp, *ep;
-       register int i, x;
+       register struct buf *bp, *dp;
 
 loop:
        (void) spl6();
 
 loop:
        (void) spl6();