From 8e6b7ce746d668d7f2c2b6e0b2075dccf55df01a Mon Sep 17 00:00:00 2001 From: Filipe David Borba Manana Date: Wed, 3 Jul 2013 18:32:41 +0100 Subject: Btrfs-progs: remove unused code Signed-off-by: Filipe David Borba Manana Reviewed-by: Anand Jain Signed-off-by: David Sterba Signed-off-by: Chris Mason --- volumes.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'volumes.c') diff --git a/volumes.c b/volumes.c index 28b208d..e2ce25d 100644 --- a/volumes.c +++ b/volumes.c @@ -231,7 +231,6 @@ int btrfs_scan_one_device(int fd, const char *path, char *buf; int ret; u64 devid; - char uuidbuf[37]; buf = malloc(4096); if (!buf) { @@ -249,7 +248,6 @@ int btrfs_scan_one_device(int fd, const char *path, *total_devs = 1; else *total_devs = btrfs_super_num_devices(disk_super); - uuid_unparse(disk_super->fsid, uuidbuf); ret = device_list_add(path, disk_super, devid, fs_devices_ret); -- cgit v1.2.1