remove ParentLookupReqId

This commit is contained in:
realbigsean
2023-08-01 19:08:41 -04:00
parent 4215160bc1
commit c71e011a1c

View File

@@ -89,12 +89,6 @@ pub struct SingleLookupReqId {
pub req_counter: Id,
}
#[derive(Debug, Hash, PartialEq, Eq, Clone, Copy)]
pub struct ParentLookupReqId {
pub id: Id,
pub req_counter: Id,
}
/// Id of rpc requests sent by sync to the network.
#[derive(Debug, Hash, PartialEq, Eq, Clone, Copy)]
pub enum RequestId {