remove stray comment

This commit is contained in:
Christian Schwarz
2024-04-22 17:24:52 +00:00
parent ea5f307e81
commit 585a522ff4

View File

@@ -1,6 +1,3 @@
//! Implementation of append-only file data structure
//! used to keep in-memory layers spilled on disk.
use crate::context::RequestContext;
use crate::page_cache::{self, PAGE_SZ};
use crate::tenant::block_io::BlockLease;