From: Matthias Andree Date: Mon, 29 May 2006 23:20:17 +0000 (+0200) Subject: Drop unused vector uuid[]. X-Git-Tag: E2FSPROGS-1_40-WIP-1114~97 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=66352fe20013fb17fc3602a8549c008d7bd68309;p=tools%2Fe2fsprogs.git Drop unused vector uuid[]. Signed-off-by: Matthias Andree --- diff --git a/lib/blkid/probe.c b/lib/blkid/probe.c index 7edccca..17f71d0 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 */