diff options
-rw-r--r-- | tvix/store/src/bin/tvix-store.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/store/src/bin/tvix-store.rs b/tvix/store/src/bin/tvix-store.rs index 548176e24fa2..11f19857dd6f 100644 --- a/tvix/store/src/bin/tvix-store.rs +++ b/tvix/store/src/bin/tvix-store.rs @@ -271,7 +271,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> { .calculate_nar(&root_node_copy) .await?; - // TODO: make a path_to_name helper function? let name = path .file_name() .expect("path must not be ..") |