Skip to content

Commit

Permalink
mam.lib: clean up unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
maranda committed Aug 26, 2018
1 parent 0676e24 commit a2ea1c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/mam/mam.lib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2ea1c4

Please sign in to comment.