summaryrefslogtreecommitdiff
path: root/lib/blkid
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-05-30 01:20:17 +0200
committerMatthias Andree <matthias.andree@gmx.de>2006-05-30 01:20:17 +0200
commit66352fe20013fb17fc3602a8549c008d7bd68309 (patch)
treeaf2b35fc6c123bc2229cfcdc05ad671dc60dbfb2 /lib/blkid
parentf72b8ff09837d6e495d604b6eef4f4e732193df9 (diff)
downloade2fsprogs-66352fe20013fb17fc3602a8549c008d7bd68309.tar.gz
Drop unused vector uuid[].
Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'lib/blkid')
-rw-r--r--lib/blkid/probe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/blkid/probe.c b/lib/blkid/probe.c
index 7edcccab..17f71d05 100644
--- a/lib/blkid/probe.c
+++ b/lib/blkid/probe.c
@@ -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 */