From 4b27cdbc5727a4b196449d25f97f505cb517207e Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sun, 8 Oct 2023 13:51:22 +0200 Subject: docs(tvix/store/bin): drop outdated TODO We already use store_path::build_nar_based_store_path as a helper function down there. Change-Id: I46842bb0a2f4cd5de7dcfc3c4b6aae399618667a Reviewed-on: https://cl.tvl.fyi/c/depot/+/9571 Autosubmit: flokli Tested-by: BuildkiteCI Reviewed-by: Connor Brewster --- tvix/store/src/bin/tvix-store.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tvix') 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> { .calculate_nar(&root_node_copy) .await?; - // TODO: make a path_to_name helper function? let name = path .file_name() .expect("path must not be ..") -- cgit 1.4.1