about summary refs log tree commit diff
path: root/tvix
diff options
context:
space:
mode:
Diffstat (limited to 'tvix')
-rw-r--r--tvix/store/src/bin/tvix-store.rs1
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 548176e24f..11f19857dd 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 ..")