mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
1. remove unused code; 2. weird indents fixed.
This commit is contained in:
@@ -372,7 +372,6 @@ local function suspend(tid, name, qtype)
|
||||
end
|
||||
end)
|
||||
skynet.wait(req.co)
|
||||
local answers = req.answers
|
||||
request_pool[tid] = nil
|
||||
if not req.answers then
|
||||
local answers = lookup_cache(name, qtype, true)
|
||||
|
||||
Reference in New Issue
Block a user