diff --git a/src/connectivity_tool/conn_tool.cpp b/src/connectivity_tool/conn_tool.cpp index b053011e..4b8c1fab 100644 --- a/src/connectivity_tool/conn_tool.cpp +++ b/src/connectivity_tool/conn_tool.cpp @@ -12,7 +12,7 @@ using namespace epee; #include -#include +//#include #include "p2p/p2p_protocol_defs.h" #include "common/command_line.h" #include "currency_core/currency_core.h" @@ -1167,7 +1167,7 @@ bool process_archive(archive_processor_t& arch_processor, bool is_packing, std:: return true; } - +/* bool handle_send_ipc(const std::string& parms) { try{ @@ -1193,6 +1193,7 @@ bool handle_send_ipc(const std::string& parms) } return false; } +*/ bool handle_pack_file(po::variables_map& vm) {