mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-23 01:44:33 +01:00
Remove commented out code
This commit is contained in:
@@ -109,11 +109,5 @@ impl Pager {
|
||||
.unwrap();
|
||||
page_cache.insert(page_idx, page.clone());
|
||||
Ok(page)
|
||||
/*
|
||||
let handle = self.page_cache.get_or_try_init(page_idx, 1, |_idx| {
|
||||
Ok::<Rc<Page>, anyhow::Error>(page)
|
||||
})?;
|
||||
Ok(handle.value().clone())
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user