about summary refs log tree commit diff
path: root/tvix/proto/castore.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/proto/castore.proto')
-rw-r--r--tvix/proto/castore.proto10
1 files changed, 0 insertions, 10 deletions
diff --git a/tvix/proto/castore.proto b/tvix/proto/castore.proto
index 14a689ea5b..f9cffc3ebe 100644
--- a/tvix/proto/castore.proto
+++ b/tvix/proto/castore.proto
@@ -28,13 +28,3 @@ message LinkNode {
     string name = 1;
     string target = 2;
 }
-
-message Blob {
-    bytes bao_inline = 3;
-    repeated Chunk chunks = 4;
-}
-
-message Chunk {
-    uint64 offset = 1;
-    uint32 length = 2;
-}