p2p: remove dead protocol defs

This commit is contained in:
jeffro256
2024-12-27 15:22:19 -06:00
parent 941ecefab2
commit d64d3bd530
2 changed files with 0 additions and 34 deletions

View File

@@ -94,8 +94,6 @@ int main(int argc, char* argv[])
SL(nodetool::anchor_peerlist_entry);
SL(nodetool::node_server<cryptonote::t_cryptonote_protocol_handler<cryptonote::core>>);
SL(nodetool::p2p_connection_context_t<cryptonote::t_cryptonote_protocol_handler<cryptonote::core>::connection_context>);
SL(nodetool::network_address_old);
SL(nodetool::peerlist_entry_base<nodetool::network_address_old>);
SL(nodetool::network_config);
SL(nodetool::basic_node_data);