diff options
| author | Pieter Wuille <[email protected]> | 2015-02-26 05:30:59 -0800 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2015-02-26 05:30:59 -0800 |
| commit | 9abbeeabd745b2817f69166b73fa3de16f15c0e2 (patch) | |
| tree | 4a1b879b0d0688e25608a0da726594e5a9e92d2b /src | |
| parent | Merge pull request #5801 (diff) | |
| download | discoin-9abbeeabd745b2817f69166b73fa3de16f15c0e2.tar.xz discoin-9abbeeabd745b2817f69166b73fa3de16f15c0e2.zip | |
Remove obsolete pubsub method definitions
Diffstat (limited to 'src')
| -rw-r--r-- | src/net.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -570,9 +570,6 @@ public: } } - bool IsSubscribed(unsigned int nChannel); - void Subscribe(unsigned int nChannel, unsigned int nHops=0); - void CancelSubscribe(unsigned int nChannel); void CloseSocketDisconnect(); // Denial-of-service detection/prevention |