Remove req_id from CustodyId (#6589)

* Remove req_id from CustodyId because it's not used
This commit is contained in:
Akihito Nakano
2024-12-16 14:44:06 +09:00
committed by GitHub
parent 8e891a8bfd
commit 75d90795be
2 changed files with 1 additions and 3 deletions

View File

@@ -67,7 +67,6 @@ pub struct SamplingRequestId(pub usize);
#[derive(Debug, Hash, PartialEq, Eq, Clone, Copy)]
pub struct CustodyId {
pub requester: CustodyRequester,
pub req_id: Id,
}
/// Downstream components that perform custody by root requests.