diff options
author | charnier <charnier@FreeBSD.org> | 2005-05-20 12:57:01 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2005-05-20 12:57:01 +0000 |
commit | dded2f511b93bdc7caff86f0e0c41767c4d7c84f (patch) | |
tree | 66ca61087660b9cdd9f4f70dda61dd1134a7c936 /usr.sbin | |
parent | 2910b049132221474e039e240fa2c09e888a2972 (diff) | |
download | FreeBSD-src-dded2f511b93bdc7caff86f0e0c41767c4d7c84f.zip FreeBSD-src-dded2f511b93bdc7caff86f0e0c41767c4d7c84f.tar.gz |
Remove unused variable.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/mount_portalfs/pt_file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/mount_portalfs/pt_file.c b/usr.sbin/mount_portalfs/pt_file.c index e2c396a..868d6dd 100644 --- a/usr.sbin/mount_portalfs/pt_file.c +++ b/usr.sbin/mount_portalfs/pt_file.c @@ -57,7 +57,6 @@ int *fdp; char pbuf[MAXPATHLEN]; int error; struct portal_cred save_area; - int i; pbuf[0] = '/'; strcpy(pbuf+1, key + (v[1] ? strlen(v[1]) : 0)); |