]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: remove unused variable from test
authorKarel Zak <kzak@redhat.com>
Tue, 19 Apr 2011 08:06:37 +0000 (10:06 +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>
shlibs/mount/src/tab_update.c

index c9077c26116daf1f08e9581deaab0ad209101e65..7617df83ba1ae94abc7dff3d777bc2c40b38b098 100644 (file)
@@ -912,7 +912,6 @@ static int update(const char *target, struct libmnt_fs *fs, unsigned long mountf
 {
        int rc;
        struct libmnt_update *upd;
-       const char *filename;
 
        DBG(UPDATE, mnt_debug("update test"));