]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lslocks: remove dead code
authorKarel Zak <kzak@redhat.com>
Thu, 18 May 2017 13:10:51 +0000 (15:10 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 18 May 2017 13:10:51 +0000 (15:10 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/lslocks.c

index 7af55496633caabc4e900cc305301f8025cdd06b..8bb793261b228224881112118e0cda27d9ddeb29 100644 (file)
@@ -479,7 +479,6 @@ static int show_locks(struct list_head *locks)
        }
 
        scols_print_table(table);
-done:
        scols_unref_table(table);
        return rc;
 }