From 1629f3064fbb0ef8d33dc1eb5db154a42a918bf9 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sun, 8 Oct 2023 17:47:43 +0200 Subject: docs(tvix/castore): remove TODO This probably was about passing around directory_putter at some point, which we do, so whatever this meant, it's not actionable anymore. Change-Id: I1b4e0cdd2119bf2b2a9cf06d186a3b476b0ff367 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9573 Reviewed-by: Linus Heckemann Autosubmit: flokli Tested-by: BuildkiteCI --- tvix/castore/src/import.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tvix') diff --git a/tvix/castore/src/import.rs b/tvix/castore/src/import.rs index 82011300fe..4c0037e34a 100644 --- a/tvix/castore/src/import.rs +++ b/tvix/castore/src/import.rs @@ -150,7 +150,6 @@ pub async fn ingest_path + Debug>( ) -> Result { let mut directories: HashMap = HashMap::default(); - // TODO: pass this one instead? let mut directory_putter = directory_service.put_multiple_start(); for entry in WalkDir::new(p) -- cgit 1.4.1