Skip to content

Commit 11bc9b9

Browse files
committed
refactor
1 parent 9259984 commit 11bc9b9

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/tree/mod.rs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -994,24 +994,6 @@ impl Tree {
994994
let table_folder_path = path.join(TABLES_FOLDER);
995995
create_dir_all(&table_folder_path)?;
996996

997-
// // Create manifest
998-
// {
999-
// let mut writer = sfa::Writer::new_at_path(manifest_path)?;
1000-
1001-
// Manifest {
1002-
// version: FormatVersion::V3,
1003-
// level_count: config.level_count,
1004-
// tree_type: if config.kv_separation_opts.is_some() {
1005-
// TreeType::Blob
1006-
// } else {
1007-
// TreeType::Standard
1008-
// },
1009-
// }
1010-
// .encode_into(&mut writer)?;
1011-
1012-
// writer.finish()?;
1013-
// }
1014-
1015997
// IMPORTANT: fsync folders on Unix
1016998
fsync_directory(&table_folder_path)?;
1017999
fsync_directory(&path)?;

0 commit comments

Comments
 (0)