aboutsummaryrefslogtreecommitdiff
path: root/src/banman.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-01-18 19:18:02 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-05-24 09:34:05 +0200
commit46709c5f27bf6cbc8eba1298b04bd079da2cdded (patch)
tree59972ae55acb43e58b706536d15a2dc9fd761310 /src/banman.h
parentd88c0d8440cf640ef4f2c7a40b8b8b31bfd38f23 (diff)
refactor: Get rid of `BanMan::SetBannedSetDirty()`
Diffstat (limited to 'src/banman.h')
-rw-r--r--src/banman.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/banman.h b/src/banman.h
index 7f3c74733e..7a032dfdd0 100644
--- a/src/banman.h
+++ b/src/banman.h
@@ -81,8 +81,6 @@ public:
private:
void LoadBanlist() EXCLUSIVE_LOCKS_REQUIRED(!m_cs_banned);
- //!set the "dirty" flag for the banlist
- void SetBannedSetDirty(bool dirty = true);
//!clean unused entries (if bantime has expired)
void SweepBanned() EXCLUSIVE_LOCKS_REQUIRED(m_cs_banned);