]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Pet luacheck
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 23 Jan 2020 16:33:20 +0000 (16:33 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 23 Jan 2020 16:33:20 +0000 (16:33 +0000)
lualib/lua_content/pdf.lua

index 1960b3e2f466891011c1647748b818551ffdea2a..760f042c0bb06f86af99bcea2acbf6b2170e192a 100644 (file)
@@ -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