Remove unnecessary call

This commit is contained in:
emanuele-f 2019-07-15 22:33:12 +02:00
parent c2e12b2eff
commit 0d04f24881

View file

@ -930,7 +930,6 @@ end
function driver:deleteOldData(ifid)
local paths = getRRDPaths()
local dirs = ntop.getDirs()
local ifaces = ntop.listInterfaces()
local retention_days = tonumber(ntop.getPref("ntopng.prefs.old_rrd_files_retention")) or 365
for _, path in pairs(paths) do