From a2ea1c4d5dc68bbe488ec87a209a1c9ad3c2a61d Mon Sep 17 00:00:00 2001 From: Marco Cirillo Date: Sun, 26 Aug 2018 05:52:22 +0200 Subject: [PATCH] mam.lib: clean up unused variable. --- plugins/mam/mam.lib.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/mam/mam.lib.lua b/plugins/mam/mam.lib.lua index 0cf385ab..1196911a 100644 --- a/plugins/mam/mam.lib.lua +++ b/plugins/mam/mam.lib.lua @@ -282,7 +282,6 @@ local function generate_stanzas(store, start, fin, with, max, after, before, ind for i, entry in ipairs(to_process) do local timestamp = entry.timestamp; - local uid = entry.uid if not dont_add(entry, with, start, fin, timestamp) then append_stanzas(stanzas, entry, qid); end