Skip to content

Commit 8cd4057

Browse files
chore: Remove remnant of old CoW feature
1 parent 8f39835 commit 8cd4057

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rs/state_manager/src/manifest.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,6 @@ fn files_with_sizes(
572572
if metadata.is_file() {
573573
files.push(FileWithSize(relative_path, metadata.len()))
574574
} else {
575-
if relative_path.ends_with("slot_db") {
576-
return Ok(());
577-
}
578575
assert!(
579576
metadata.is_dir(),
580577
"Checkpoints must not contain special files, found one at {}",

0 commit comments

Comments
 (0)