Remove unused variable.

This commit is contained in:
Alfred Perlstein 2002-01-13 14:12:16 +00:00
parent ba868b0da2
commit 21f633c5c2

View file

@ -932,7 +932,6 @@ static int
fcntl_common(struct thread *td, struct linux_fcntl64_args *args)
{
struct fcntl_args fcntl_args;
struct filedesc *fdp;
struct file *fp;
int error, result;