diff --git a/backends/v3/src/radix.rs b/backends/v3/src/radix.rs index 4fcb2a6c..b85be00b 100644 --- a/backends/v3/src/radix.rs +++ b/backends/v3/src/radix.rs @@ -25,7 +25,6 @@ pub struct RadixAllocator { impl RadixAllocator { pub fn new(block_size: u32, n_blocks: u32, window_size: Option) -> Self { - RadixAllocator { allocation_id: 0, allocations: HashMap::new(),