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:
parent
21ae937201
commit
26d31225fa
@ -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<off_t>::max();
|
||||
static const off_t FIEMAP_BLOCK_SIZE = 4096;
|
||||
|
||||
static bool __ew_do_log = getenv("EXTENTWALKER_DEBUG");
|
||||
|
Loading…
x
Reference in New Issue
Block a user