diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c index 7d35140d2a3..7888d8c3347 100644 --- a/sys/ufs/ffs/ffs_alloc.c +++ b/sys/ufs/ffs/ffs_alloc.c @@ -1648,9 +1648,6 @@ gotit: */ static int ffs_isfreeblock(struct fs *fs, unsigned char *cp, ufs1_daddr_t h) - struct fs *fs; - unsigned char *cp; - ufs1_daddr_t h; { switch ((int)fs->fs_frag) {