aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2017-01-24 16:49:15 -0500
committerMatt Corallo <git@bluematt.me>2017-01-24 17:01:43 -0500
commit5be01906e59d484ec997b594e39bab528845bb78 (patch)
tree6173b2d27f4df59c88ed01d22396b2f1d74c286f /src/net.h
parentb68f898efa095dce03533be8ac015c1faef23053 (diff)
downloadbitcoin-5be01906e59d484ec997b594e39bab528845bb78.tar.xz
Delete some unused (and broken) functions in CConnman
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/net.h b/src/net.h
index 505962f51a..0b8efcc882 100644
--- a/src/net.h
+++ b/src/net.h
@@ -243,8 +243,6 @@ public:
post();
};
- void RelayTransaction(const CTransaction& tx);
-
// Addrman functions
size_t GetAddressCount() const;
void SetServices(const CService &addr, ServiceFlags nServices);
@@ -286,10 +284,8 @@ public:
size_t GetNodeCount(NumConnections num);
void GetNodeStats(std::vector<CNodeStats>& vstats);
- bool DisconnectAddress(const CNetAddr& addr);
bool DisconnectNode(const std::string& node);
bool DisconnectNode(NodeId id);
- bool DisconnectSubnet(const CSubNet& subnet);
unsigned int GetSendBufferSize() const;