Grrr, remove an unused variable missed in the last commit.

This commit is contained in:
Scott Long 2007-12-08 01:41:31 +00:00
parent 8817a867df
commit d637500d06

View File

@ -148,7 +148,6 @@ freebsd32_wait4(struct thread *td, struct freebsd32_wait4_args *uap)
static int
copy_statfs(struct statfs *in, struct statfs32 *out)
{
int error;
statfs_scale_blocks(in, INT32_MAX);
bzero(out, sizeof(*out));