aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2015-02-26 05:30:59 -0800
committerPieter Wuille <[email protected]>2015-02-26 05:30:59 -0800
commit9abbeeabd745b2817f69166b73fa3de16f15c0e2 (patch)
tree4a1b879b0d0688e25608a0da726594e5a9e92d2b /src
parentMerge pull request #5801 (diff)
downloaddiscoin-9abbeeabd745b2817f69166b73fa3de16f15c0e2.tar.xz
discoin-9abbeeabd745b2817f69166b73fa3de16f15c0e2.zip
Remove obsolete pubsub method definitions
Diffstat (limited to 'src')
-rw-r--r--src/net.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net.h b/src/net.h
index b78665b5c..d2b2d88dd 100644
--- a/src/net.h
+++ b/src/net.h
@@ -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