summaryrefslogtreecommitdiffstats
path: root/utils/mount/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mount/mount.c')
-rw-r--r--utils/mount/mount.c1
1 files changed, 0 insertions, 1 deletions
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;