mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 16:40:38 +00:00
remove stray comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user