diff options
author | Jeffro256 <jeffro256@tutanota.com> | 2023-02-27 00:30:12 -0600 |
---|---|---|
committer | jeffro256 <jeffro256@tutanota.com> | 2023-03-19 12:51:27 -0500 |
commit | df9aa6bb04f8a95f83b2b57c6c3e86deb457b85a (patch) | |
tree | 088d7e0534f4d97004cd3e5ee7264cb86486e2b5 /src/p2p/net_node.inl | |
parent | Merge pull request #8775 (diff) | |
download | monero-df9aa6bb04f8a95f83b2b57c6c3e86deb457b85a.tar.xz |
epee: remove dead code in net_helper
Diffstat (limited to 'src/p2p/net_node.inl')
-rw-r--r-- | src/p2p/net_node.inl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index ee6bd8b19..b8e11656b 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -51,7 +51,6 @@ #include "common/dns_utils.h" #include "common/pruning.h" #include "net/error.h" -#include "net/net_helper.h" #include "math_helper.h" #include "misc_log_ex.h" #include "p2p_protocol_defs.h" @@ -67,8 +66,6 @@ #undef MONERO_DEFAULT_LOG_CATEGORY #define MONERO_DEFAULT_LOG_CATEGORY "net.p2p" -#define NET_MAKE_IP(b1,b2,b3,b4) ((LPARAM)(((DWORD)(b1)<<24)+((DWORD)(b2)<<16)+((DWORD)(b3)<<8)+((DWORD)(b4)))) - #define MIN_WANTED_SEED_NODES 12 static inline boost::asio::ip::address_v4 make_address_v4_from_v6(const boost::asio::ip::address_v6& a) |