1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35:45 +02:00

extentwalker: make it build with clang

Remove unused MAX_OFFSET.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell 2020-12-17 16:39:16 -05:00
parent f263c8751e
commit b7b18d9fa1

View File

@ -14,7 +14,6 @@ namespace crucible {
// fm_start, fm_length, fm_flags, m_extents // fm_start, fm_length, fm_flags, m_extents
// fe_logical, fe_physical, fe_length, fe_flags // fe_logical, fe_physical, fe_length, fe_flags
static const off_t MAX_OFFSET = numeric_limits<off_t>::max();
static const off_t FIEMAP_BLOCK_SIZE = 4096; static const off_t FIEMAP_BLOCK_SIZE = 4096;
static bool __ew_do_log = getenv("EXTENTWALKER_DEBUG"); static bool __ew_do_log = getenv("EXTENTWALKER_DEBUG");