Skip to content
Snippets Groups Projects
Commit 7648a4a3 authored by Sergei Rashitov's avatar Sergei Rashitov
Browse files

[-] Remove unused function declaration

parent 646edd88
No related branches found
No related tags found
1 merge request!117Unused function declaration
Pipeline #3844 passed with stage
in 14 seconds
......@@ -114,8 +114,6 @@ dap_chain_cell_id_t * dap_chain_net_get_cur_cell( dap_chain_net_t * l_net);
dap_list_t* dap_chain_net_get_link_node_list(dap_chain_net_t * l_net, bool a_is_only_cur_cell);
dap_list_t* dap_chain_net_get_node_list(dap_chain_net_t * l_net);
void dap_chain_net_links_connect(dap_chain_net_t * a_net);
typedef enum dap_chain_net_tx_search_type {
/// Search local, in memory, possible load data from drive to memory
TX_SEARCH_TYPE_LOCAL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment