Skip to content

Commit

Permalink
Remove obsolete pubsub method definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Feb 26, 2015
1 parent 482783b commit 9abbeea
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 9abbeea

Please sign in to comment.