From e9b5ff23eafffa37c1d7bab979f97b1a285556cb Mon Sep 17 00:00:00 2001 From: Anand Jain Date: Tue, 7 Oct 2014 08:08:31 +0800 Subject: btrfs-progs: btrfs_scan_block_devices is unused function delete it After Patch: remove BTRFS_SCAN_PROC scan method There isn't any consumer for btrfs_scan_block_devices() so delete it. Signed-off-by: Anand Jain Signed-off-by: David Sterba --- utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'utils.h') diff --git a/utils.h b/utils.h index b2748c04..5657c741 100644 --- a/utils.h +++ b/utils.h @@ -121,7 +121,6 @@ int pretty_size_snprintf(u64 size, char *str, size_t str_bytes, unsigned unit_mo }) int get_mountpt(char *dev, char *mntpt, size_t size); -int btrfs_scan_block_devices(int run_ioctl); u64 parse_size(char *s); u64 parse_qgroupid(const char *p); u64 arg_strtou64(const char *str); -- cgit v1.2.3