From ac861f854ccee2515c191068cc2274e5d1a92fa8 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Fri, 18 Dec 2015 09:35:39 +0100 Subject: m_xline_db Don't flush database when an xline expires --- src/modules/m_xline_db.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') 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) -- cgit v1.2.3