diff options
author | Marko Bencun <marko.bencun@monetas.net> | 2017-06-01 19:13:51 +0200 |
---|---|---|
committer | Marko Bencun <marko.bencun@monetas.net> | 2017-07-22 09:55:57 +0200 |
commit | f228b8e16308ef33792f54360f0f2c2f8310b158 (patch) | |
tree | ef32fe6784c4b9662f3a3653bae26cb4a5e87146 /src/net.h | |
parent | 420238d3103aa5c2e0ad29be840ba5d04b9d243e (diff) |
remove some unused functions
Identified with `cppcheck --enable=unusedFunction .`.
- GetSendBufferSize()'s last use removed in
991955ee81034dc3fbc1c2a8e60c04fc9e0b538c
- SetPort()'s last use removed in
7e195e8459ad741368db6bb574981fccb1707268
- GetfLargeWorkInvalidChainFound() was introduced in
e3ba0ef95636290a3bb597ddd25d13ea13b034aa and never used
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -242,8 +242,6 @@ public: bool DisconnectNode(const std::string& node); bool DisconnectNode(NodeId id); - unsigned int GetSendBufferSize() const; - ServiceFlags GetLocalServices() const; //!set the max outbound target in bytes |