aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2015-03-01 03:04:00 -0800
committerPieter Wuille <[email protected]>2015-03-01 03:13:09 -0800
commit10a3ff07f59f8c02c92286e440e5832045a07596 (patch)
tree23257fcb9db63c948a32349256c95eff159a5ee4
parentMerge pull request #5694 (diff)
parentRemove obsolete pubsub method definitions (diff)
downloaddiscoin-10a3ff07f59f8c02c92286e440e5832045a07596.tar.xz
discoin-10a3ff07f59f8c02c92286e440e5832045a07596.zip
Merge pull request #5832
9abbeea Remove obsolete pubsub method definitions (Pieter Wuille)
-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