mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-18 22:45:10 +01:00
removed comment
This commit is contained in:
@@ -1108,7 +1108,7 @@ impl PtrmapEntry {
|
||||
/// The +1 is because the pointer map page doesn't map itself
|
||||
fn pages_mapped_per_ptrmap_page(page_size: usize) -> usize {
|
||||
if page_size < PTRMAP_ENTRY_SIZE {
|
||||
0 // Not enough space for even one entry
|
||||
0
|
||||
} else {
|
||||
(page_size / PTRMAP_ENTRY_SIZE) + 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user