diff options
author | alfred <alfred@FreeBSD.org> | 2002-01-13 14:12:16 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-01-13 14:12:16 +0000 |
commit | ccc42db0d5cbb002bfdc95cae12abf0ab19048dc (patch) | |
tree | 0c14a8d0ca49a78c8625aef97e9b593fc4741311 /sys/compat/linux/linux_file.c | |
parent | f720362ae2b64985ec0266a24e489369e15041df (diff) | |
download | FreeBSD-src-ccc42db0d5cbb002bfdc95cae12abf0ab19048dc.zip FreeBSD-src-ccc42db0d5cbb002bfdc95cae12abf0ab19048dc.tar.gz |
Remove unused variable.
Diffstat (limited to 'sys/compat/linux/linux_file.c')
-rw-r--r-- | sys/compat/linux/linux_file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_file.c b/sys/compat/linux/linux_file.c index 9e1156c..54f4584 100644 --- a/sys/compat/linux/linux_file.c +++ b/sys/compat/linux/linux_file.c @@ -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; |