From: Karel Zak Date: Tue, 19 Apr 2011 07:17:12 +0000 (+0200) Subject: mount: remove unused variable X-Git-Tag: v2.19.1-rc1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3110cb90cbf6f18c090b11a1550488acb8099cc;p=thirdparty%2Futil-linux.git mount: remove unused variable Signed-off-by: Karel Zak --- diff --git a/mount/mount.c b/mount/mount.c index 4250074350..67446ddb82 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -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;