diff --git a/core/storage/btree.rs b/core/storage/btree.rs index 48a835089..1717e6c0d 100644 --- a/core/storage/btree.rs +++ b/core/storage/btree.rs @@ -5528,7 +5528,6 @@ struct IntegrityCheckPageEntry { page_category: PageCategory, } pub struct IntegrityCheckState { - pub current_page: usize, page_stack: Vec, first_leaf_level: Option, page_reference: HashMap,