aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2015-03-01 03:04:00 -0800
committerPieter Wuille <pieter.wuille@gmail.com>2015-03-01 03:13:09 -0800
commit10a3ff07f59f8c02c92286e440e5832045a07596 (patch)
tree23257fcb9db63c948a32349256c95eff159a5ee4
parentdb4a1d598cf8b414b81ded64fd3a08230ad95d72 (diff)
parent9abbeeabd745b2817f69166b73fa3de16f15c0e2 (diff)
downloadbitcoin-10a3ff07f59f8c02c92286e440e5832045a07596.tar.xz
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 b78665b5c6..d2b2d88ddb 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