commit 8641e1a: [Minor] Pet luacheck

Vsevolod Stakhov vsevolod at highsecure.ru
Thu Jan 23 16:35:06 UTC 2020


Author: Vsevolod Stakhov
Date: 2020-01-23 16:33:20 +0000
URL: https://github.com/rspamd/rspamd/commit/8641e1a580314988f5c80572c3507509313ab2f7 (HEAD -> master)

[Minor] Pet luacheck

---
 lualib/lua_content/pdf.lua | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/lualib/lua_content/pdf.lua b/lualib/lua_content/pdf.lua
index 1960b3e2f..760f042c0 100644
--- a/lualib/lua_content/pdf.lua
+++ b/lualib/lua_content/pdf.lua
@@ -377,20 +377,6 @@ local function maybe_dereference_object(elt, pdf, task)
   return elt
 end
 
--- Enforced dereference
-local function dereference_object(elt, pdf)
-  if type(elt) == 'table' and elt[1] == '%REF%' then
-    local ref = obj_ref(elt[2], elt[3])
-
-    if pdf.ref[ref] then
-      -- Not a dict but the object!
-      return pdf.ref[ref]
-    end
-  end
-
-  return nil
-end
-
 -- Apply PDF stream filter
 local function apply_pdf_filter(input, filt)
   if filt == 'FlateDecode' then


More information about the Commits mailing list