Whamcloud - gitweb
Drop unused vector uuid[].
authorMatthias Andree <matthias.andree@gmx.de>
Mon, 29 May 2006 23:20:17 +0000 (01:20 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Mon, 29 May 2006 23:20:17 +0000 (01:20 +0200)
Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
lib/blkid/probe.c

index 7edccca..17f71d0 100644 (file)
@@ -153,7 +153,6 @@ static int probe_ext3(struct blkid_probe *probe,
                      unsigned char *buf)
 {
        struct ext2_super_block *es;
-       char uuid[37];
        es = (struct ext2_super_block *)buf;
 
        /* Distinguish between jbd and ext2/3 fs */