diff --git a/tvix/store/src/pathinfoservice/grpc.rs b/tvix/store/src/pathinfoservice/grpc.rs
index 821331fbd..0e4cbb758 100644
--- a/tvix/store/src/pathinfoservice/grpc.rs
+++ b/tvix/store/src/pathinfoservice/grpc.rs
@@ -28,10 +28,7 @@ impl GRPCPathInfoService {
}
impl PathInfoService for GRPCPathInfoService {
- fn get(
- &self,
- by_what: proto::get_path_info_request::ByWhat,
- ) -> Result