Skip to content
Snippets Groups Projects
Verified Commit dfae7605 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

count_dnsq: remove dead code (merged in upstream dnsjit)

parent be8d9213
No related branches found
No related tags found
1 merge request!23count_dnsq: remove dead code (merged in upstream dnsjit)
Pipeline #69306 passed
......@@ -40,18 +40,6 @@ end
layer:producer(input)
local produce, pctx = layer:produce()
--local function cast(obj, obj_type)
-- local out = obj
-- if out == nil then return nil end
--
-- while out.obj_type ~= obj_type do
-- out = out.obj_prev
-- if out == nil then return nil end
-- end
--
-- return out:cast()
--end
local until_ms = nil
local qcount = 0
local function inc_qcount(ms)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment