]> err.no Git - util-linux/commitdiff
libblkid: remove unused variable
authorKarel Zak <kzak@redhat.com>
Tue, 23 Nov 2010 20:14:48 +0000 (21:14 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 23 Nov 2010 20:14:48 +0000 (21:14 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/blkid/src/probe.c

index 33e2fe13089a3c303f5e4f168fce128a6639e0c8..0ef6f295a705fb7af67df142abd7691e38ead1b5 100644 (file)
@@ -429,7 +429,6 @@ int __blkid_probe_invert_filter(blkid_probe pr, int chain)
 {
        int i;
        struct blkid_chain *chn;
-       unsigned long *fltr;
 
        chn = &pr->chains[chain];