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,3 +1 @@
mod directory_service;
mod nar_renderer;
mod path_info_service;