diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-12-18 09:35:39 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-12-18 09:35:39 +0100 |
commit | ac861f854ccee2515c191068cc2274e5d1a92fa8 (patch) | |
tree | 6dd93624b5a243f1a8ef239e73d45f0f575fa484 | |
parent | 5b5590f09599c3fca1fd2c2ed9a6908cdd201597 (diff) |
m_xline_db Don't flush database when an xline expires
-rw-r--r-- | src/modules/m_xline_db.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/m_xline_db.cpp b/src/modules/m_xline_db.cpp index c514ffb76..d220027fe 100644 --- a/src/modules/m_xline_db.cpp +++ b/src/modules/m_xline_db.cpp @@ -64,11 +64,6 @@ class ModuleXLineDB : public Module dirty = true; } - void OnExpireLine(XLine *line) CXX11_OVERRIDE - { - dirty = true; - } - void OnBackgroundTimer(time_t now) CXX11_OVERRIDE { if (dirty) |