From 7648a4a3af7d68c693424b619eb072e99efc2201 Mon Sep 17 00:00:00 2001
From: Sergei Rashitov <sergei.rashitov@demlabs.net>
Date: Fri, 26 Jun 2020 18:28:56 +0700
Subject: [PATCH] [-] Remove unused function declaration

---
 modules/net/include/dap_chain_net.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/net/include/dap_chain_net.h b/modules/net/include/dap_chain_net.h
index b2cdeef5cb..edcbffcbf3 100644
--- a/modules/net/include/dap_chain_net.h
+++ b/modules/net/include/dap_chain_net.h
@@ -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,
-- 
GitLab