summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ext2fs/mount_ext2fs.c
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-08-05 07:39:39 +0000
committerstefanf <stefanf@FreeBSD.org>2005-08-05 07:39:39 +0000
commitd6f323c63a771e6a7d5f5b697f1d516ef8a9d8d5 (patch)
treefdc64ff3292b40a1384e379eccca813cf0d49958 /sbin/mount_ext2fs/mount_ext2fs.c
parent379fd9ce57d7a5c44dc16ce8c3c8af02979e7021 (diff)
downloadFreeBSD-src-d6f323c63a771e6a7d5f5b697f1d516ef8a9d8d5.zip
FreeBSD-src-d6f323c63a771e6a7d5f5b697f1d516ef8a9d8d5.tar.gz
Garbage collect useless variables.
Diffstat (limited to 'sbin/mount_ext2fs/mount_ext2fs.c')
-rw-r--r--sbin/mount_ext2fs/mount_ext2fs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mount_ext2fs/mount_ext2fs.c b/sbin/mount_ext2fs/mount_ext2fs.c
index 4e72454..e396823 100644
--- a/sbin/mount_ext2fs/mount_ext2fs.c
+++ b/sbin/mount_ext2fs/mount_ext2fs.c
@@ -72,9 +72,8 @@ main(argc, argv)
{
struct iovec iov[6];
int ch, mntflags;
- char *fs_name, *options, *fspec, mntpath[MAXPATHLEN];
+ char *fs_name, *fspec, mntpath[MAXPATHLEN];
- options = NULL;
mntflags = 0;
while ((ch = getopt(argc, argv, "o:")) != -1)
switch (ch) {
OpenPOWER on IntegriCloud