summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-01-13 14:12:16 +0000
committeralfred <alfred@FreeBSD.org>2002-01-13 14:12:16 +0000
commitccc42db0d5cbb002bfdc95cae12abf0ab19048dc (patch)
tree0c14a8d0ca49a78c8625aef97e9b593fc4741311 /sys/compat
parentf720362ae2b64985ec0266a24e489369e15041df (diff)
downloadFreeBSD-src-ccc42db0d5cbb002bfdc95cae12abf0ab19048dc.zip
FreeBSD-src-ccc42db0d5cbb002bfdc95cae12abf0ab19048dc.tar.gz
Remove unused variable.
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/linux/linux_file.c1
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;
OpenPOWER on IntegriCloud