# HG changeset patch # User Kim Alvefur # Date 1485196263 -3600 # Node ID 68c5476960be8ba9be35a29b2cb0328e75ff06d5 # Parent 8c3de36568ddd89b2892dc9979019e8981b51763 mod_mam: Remove unused variables [luacheck] diff -r 8c3de36568dd -r 68c5476960be plugins/mod_mam/fallback_archive.lib.lua --- a/plugins/mod_mam/fallback_archive.lib.lua Mon Jan 23 19:24:16 2017 +0100 +++ b/plugins/mod_mam/fallback_archive.lib.lua Mon Jan 23 19:31:03 2017 +0100 @@ -73,7 +73,6 @@ local archive = store[username]; if not archive then return true; end -- no messages, nothing to delete - local start, stop, step = 1, archive[0] or #archive, 1; local qstart = query.start or -math.huge; local qend = query["end"] or math.huge; local qwith = query.with;