diff options
-rw-r--r-- | tvix/proto/castore.proto | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tvix/proto/castore.proto b/tvix/proto/castore.proto index 14a689ea5ba2..f9cffc3ebed9 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; -} |