Skip to content

Commit

Permalink
Merge pull request #5832
Browse files Browse the repository at this point in the history
9abbeea Remove obsolete pubsub method definitions (Pieter Wuille)
  • Loading branch information
sipa committed Mar 1, 2015
2 parents db4a1d5 + 9abbeea commit 10a3ff0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/net.h
Original file line number Diff line number Diff line change
Expand Up @@ -570,9 +570,6 @@ class CNode
}
}

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
Expand Down

0 comments on commit 10a3ff0

Please sign in to comment.