diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2016-04-18 17:59:31 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2016-05-10 12:28:22 -0400 |
commit | e9ed6206b32a05547dfa4bfa1e090044ddad7c82 (patch) | |
tree | 571b85e0f52fa333692c780ff347a51402a9cc12 /src/net.h | |
parent | 8b8f87714df8c1e0868e6411c8f09c838ea736ab (diff) |
net: No need to export DumpBanlist
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -807,8 +807,6 @@ public: bool Read(banmap_t& banSet); }; -void DumpBanlist(); - /** Return a timestamp in the future (in microseconds) for exponentially distributed events. */ int64_t PoissonNextSend(int64_t nNow, int average_interval_seconds); |