From 33fc60232c5a549b7b2890adfce4d81642bc0770 Mon Sep 17 00:00:00 2001 From: Zaid Humayun Date: Mon, 2 Jun 2025 19:34:19 +0530 Subject: [PATCH] removed unnecessary comment --- core/storage/pager.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/storage/pager.rs b/core/storage/pager.rs index 26190232b..bb96dbcd3 100644 --- a/core/storage/pager.rs +++ b/core/storage/pager.rs @@ -1075,7 +1075,7 @@ impl PtrmapType { #[derive(Debug, Clone, Copy)] pub struct PtrmapEntry { pub entry_type: PtrmapType, - pub parent_page_no: u32, // Page number of the parent/owner. 0 for some types. + pub parent_page_no: u32, } impl PtrmapEntry {