Skip to content
Snippets Groups Projects
Commit f4e12384 authored by alexander.lysikov's avatar alexander.lysikov
Browse files

removed not used *.h file

parent 17ab54cf
No related branches found
No related tags found
1 merge request!24Support 3689
......@@ -44,7 +44,7 @@
#include "dap_config.h"
#include "dap_events.h"
#include "dap_hash.h"
#include "dap_http_client_simple.h"
//#include "dap_http_client_simple.h"
#include "dap_client_pvt.h"
#include "dap_chain_global_db_remote.h"
#include "dap_chain_global_db_hist.h"
......@@ -85,7 +85,7 @@ int dap_chain_node_client_init(void)
*/
void dap_chain_node_client_deinit()
{
dap_http_client_simple_deinit();
//dap_http_client_simple_deinit();
dap_client_deinit();
}
......
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