From c71e011a1cc4482c2d31b0d37481e5b4b6dc2ac2 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Tue, 1 Aug 2023 19:08:41 -0400 Subject: [PATCH] remove ParentLookupReqId --- beacon_node/network/src/sync/manager.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/beacon_node/network/src/sync/manager.rs b/beacon_node/network/src/sync/manager.rs index 696a2949d5..03d7fdc2a9 100644 --- a/beacon_node/network/src/sync/manager.rs +++ b/beacon_node/network/src/sync/manager.rs @@ -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 {