From 66352fe20013fb17fc3602a8549c008d7bd68309 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 30 May 2006 01:20:17 +0200 Subject: [PATCH] Drop unused vector uuid[]. Signed-off-by: Matthias Andree --- lib/blkid/probe.c | 1 - 1 file changed, 1 deletion(-) 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 */