Remove unnecessary code that gcc 15 complains about

This commit is contained in:
Duke
2025-12-29 19:47:20 -05:00
parent c01ba48c97
commit 09f61c2959

View File

@@ -28,7 +28,6 @@
#include <tuple>
constexpr uint64_t CNetAddr::V1_SERIALIZATION_SIZE;
constexpr uint64_t CNetAddr::MAX_ADDRV2_SIZE;
/** check whether a given address is in a network we can probably connect to */
bool CNetAddr::IsReachableNetwork() {