m_xline_db Don't flush database when an xline expires

This commit is contained in:
Attila Molnar 2015-12-18 09:35:39 +01:00
parent 5b5590f095
commit ac861f854c

View File

@ -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)