net: No need to export DumpBanlist

This commit is contained in:
Cory Fields
2016-04-18 17:59:31 -04:00
committed by lateminer
parent 48f9c0e8b4
commit be75754cd7
2 changed files with 20 additions and 22 deletions

View File

@@ -804,8 +804,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);