From 03b7eec9d16c99fc38f335a8971315a6ab92172b Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 13 Mar 2007 12:44:22 +1100 Subject: [PATCH] Remove unused variable from add_mtab --- utils/mount/mount.c | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/mount/mount.c b/utils/mount/mount.c index 5e0e599..7d71e06 100644 --- a/utils/mount/mount.c +++ b/utils/mount/mount.c @@ -139,7 +139,6 @@ static char * fix_opts_string (int flags, const char *extra_opts) { int add_mtab(char *fsname, char *mount_point, char *fstype, int flags, char *opts, int freq, int passno) { struct mntent ment; - int fd; FILE *mtab; ment.mnt_fsname = fsname; -- 2.39.2