From 9abbeeabd745b2817f69166b73fa3de16f15c0e2 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Thu, 26 Feb 2015 05:30:59 -0800 Subject: [PATCH] Remove obsolete pubsub method definitions --- src/net.h | 3 --- 1 file changed, 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