diff options
-rw-r--r-- | lib/blkid/probe.c | 1 |
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 */ |