diff options
author | Steve Dickson <steved@redhat.com> | 2010-09-09 10:47:32 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2010-09-09 10:47:32 -0400 |
commit | bf6da0a22d971364dae25ec2f62c01fbd2960f07 (patch) | |
tree | 84286bf747934f29e0d1cd3424a92fcbc1f35b66 /utils/mount | |
parent | 911630538580cdaaee1c37cdf1a8b35b8ed6b23f (diff) | |
download | nfs-utils-bf6da0a22d971364dae25ec2f62c01fbd2960f07.tar.gz nfs-utils-bf6da0a22d971364dae25ec2f62c01fbd2960f07.tar.xz nfs-utils-bf6da0a22d971364dae25ec2f62c01fbd2960f07.zip |
Cleaned up a warning from commit 44f09b7
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/mount')
-rw-r--r-- | utils/mount/stropts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/mount/stropts.c b/utils/mount/stropts.c index a8b22ce..c82ddfe 100644 --- a/utils/mount/stropts.c +++ b/utils/mount/stropts.c @@ -487,7 +487,6 @@ nfs_rewrite_pmap_mount_options(struct mount_options *options) socklen_t mnt_salen = sizeof(mnt_address); unsigned long protocol; struct pmap mnt_pmap; - char *option; /* * Version and transport negotiation is not required |