summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mount_portalfs
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2005-05-20 12:57:01 +0000
committercharnier <charnier@FreeBSD.org>2005-05-20 12:57:01 +0000
commitdded2f511b93bdc7caff86f0e0c41767c4d7c84f (patch)
tree66ca61087660b9cdd9f4f70dda61dd1134a7c936 /usr.sbin/mount_portalfs
parent2910b049132221474e039e240fa2c09e888a2972 (diff)
downloadFreeBSD-src-dded2f511b93bdc7caff86f0e0c41767c4d7c84f.zip
FreeBSD-src-dded2f511b93bdc7caff86f0e0c41767c4d7c84f.tar.gz
Remove unused variable.
Diffstat (limited to 'usr.sbin/mount_portalfs')
-rw-r--r--usr.sbin/mount_portalfs/pt_file.c1
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));
OpenPOWER on IntegriCloud