about summary refs log tree commit diff
path: root/tvix/nar-bridge/pkg/exporter/export.go
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/nar-bridge/pkg/exporter/export.go')
-rw-r--r--tvix/nar-bridge/pkg/exporter/export.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/tvix/nar-bridge/pkg/exporter/export.go b/tvix/nar-bridge/pkg/exporter/export.go
index 40ccc4b638..1f898ccad6 100644
--- a/tvix/nar-bridge/pkg/exporter/export.go
+++ b/tvix/nar-bridge/pkg/exporter/export.go
@@ -194,9 +194,6 @@ func Export(
 	}
 }
 
-// TODO: add validation functions to Directory in both rust and golang, to
-// validate the keys in directories, files and symlinks are sorted.
-
 // drainNextNode will drain a directory message with one of its child nodes,
 // whichever comes first alphabetically.
 func drainNextNode(d *castorev1pb.Directory) interface{} {