From 2761c37d25e61e0bff04f0dac076ba9d1edb87be Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 29 Sep 2016 17:04:59 +0200 Subject: btrfs-progs: remove stray function declaration 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 f4e11bf3..22e35152 100644 --- a/utils.h +++ b/utils.h @@ -176,7 +176,6 @@ int pretty_size_snprintf(u64 size, char *str, size_t str_bytes, unsigned unit_mo #define pretty_size(size) pretty_size_mode(size, UNITS_DEFAULT) const char *pretty_size_mode(u64 size, unsigned mode); -int get_mountpt(char *dev, char *mntpt, size_t size); u64 parse_size(char *s); u64 parse_qgroupid(const char *p); u64 arg_strtou64(const char *str); -- cgit v1.2.3