mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
removed unnecessary comment
This commit is contained in:
parent
8e6fb1d28f
commit
33fc60232c
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue