From b7b18d9fa153d568b9367bd266bfa8124e04380a Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Thu, 17 Dec 2020 16:39:16 -0500 Subject: [PATCH] extentwalker: make it build with clang Remove unused MAX_OFFSET. Signed-off-by: Zygo Blaxell --- lib/extentwalker.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/extentwalker.cc b/lib/extentwalker.cc index f79ef1e..1f6c232 100644 --- a/lib/extentwalker.cc +++ b/lib/extentwalker.cc @@ -14,7 +14,6 @@ namespace crucible { // fm_start, fm_length, fm_flags, m_extents // fe_logical, fe_physical, fe_length, fe_flags - static const off_t MAX_OFFSET = numeric_limits::max(); static const off_t FIEMAP_BLOCK_SIZE = 4096; static bool __ew_do_log = getenv("EXTENTWALKER_DEBUG");