chore(tvix/store): remove old implementations

These were implementing against the (more complicated) gRPC interface,
for which we now have a wrapper.

Change-Id: I0a8284493718ab99618a1d21a76df4d173edb899
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8100
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2023-02-13 18:58:10 +01:00 committed by flokli
parent 6b91efa5cf
commit 7fe7e03df3
8 changed files with 0 additions and 784 deletions

View file

@ -1,5 +1,3 @@
pub mod client;
mod blobreader;
mod errors;
@ -11,9 +9,6 @@ pub mod pathinfoservice;
pub mod proto;
pub use blobreader::BlobReader;
pub mod dummy_blob_service;
pub mod sled_directory_service;
pub mod sled_path_info_service;
pub use errors::Error;
#[cfg(test)]