Skip to content

Commit 1a4cc6a

Browse files
committed
remove unused code
1 parent c3b0236 commit 1a4cc6a

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/tree/mod.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -926,16 +926,6 @@ impl Tree {
926926

927927
log::info!("Recovering LSM-tree at {}", config.path.display());
928928

929-
// let manifest = {
930-
// let manifest_path = config.path.join(MANIFEST_FILE);
931-
// let reader = sfa::Reader::new(&manifest_path)?;
932-
// Manifest::decode_from(&manifest_path, &reader)?
933-
// };
934-
935-
// if manifest.version != FormatVersion::V3 {
936-
// return Err(crate::Error::InvalidVersion(manifest.version.into()));
937-
// }
938-
939929
let tree_id = get_next_tree_id();
940930

941931
#[cfg(feature = "metrics")]

0 commit comments

Comments
 (0)