mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-20 07:25:14 +01:00
removed unnecessary comment
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user