# HG changeset patch # User Emmanuel Gil Peyrot # Date 1527883902 -7200 # Node ID 46d71b38bc160edcaf1afc25f6b3de8cb680c802 # Parent 1cff081abbedc20df817b861b6f1bf8b576e92fc mod_http_avatar: Remove unused variable. [luacheck] diff -r 1cff081abbed -r 46d71b38bc16 mod_http_avatar/mod_http_avatar.lua --- a/mod_http_avatar/mod_http_avatar.lua Fri Jun 01 22:05:46 2018 +0200 +++ b/mod_http_avatar/mod_http_avatar.lua Fri Jun 01 22:11:42 2018 +0200 @@ -16,7 +16,7 @@ ]]; local function get_avatar(event, path) - local request, response = event.request, event.response; + local response = event.response; local photo_type, binval; local vcard, err = vcard_storage:get(path); if vcard then