From 2831a03b798e0eea724250a6ba15cb637800354d Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Sun, 22 Jun 2014 14:51:38 +0200 Subject: remove unused CNode::Cleanup() --- src/net.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/net.h') diff --git a/src/net.h b/src/net.h index 14d578a72a..ace9dd895d 100644 --- a/src/net.h +++ b/src/net.h @@ -693,8 +693,6 @@ public: void Subscribe(unsigned int nChannel, unsigned int nHops=0); void CancelSubscribe(unsigned int nChannel); void CloseSocketDisconnect(); - void Cleanup(); - // Denial-of-service detection/prevention // The idea is to detect peers that are behaving -- cgit v1.2.3