]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: remove unused variable
authorKarel Zak <kzak@redhat.com>
Tue, 19 Apr 2011 07:17:12 +0000 (09:17 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 19 Apr 2011 11:09:54 +0000 (13:09 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/mount.c

index 42500743507b1d2c4eff4cd4b64126504ff8db94..67446ddb828129f3a931bf2a7dd10a78618c4a8d 100644 (file)
@@ -1384,7 +1384,6 @@ prepare_mtab_entry(const char *spec, const char *node, const char *type,
 static void update_mtab_entry(int flags)
 {
        unsigned long fl;
-       struct libmnt_lock *lc;
 
        if (!mtab_update)
                return;