From 1490ff5472f84062ff4c08c27fdebe1c1fb91288 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 17 Mar 2018 22:03:08 +0000 Subject: util.async: Remove redundant line committed by mistake (Zash, luacheck) --- util/async.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'util') diff --git a/util/async.lua b/util/async.lua index 9189e6d1..a07226de 100644 --- a/util/async.lua +++ b/util/async.lua @@ -30,7 +30,6 @@ local function runner_continue(thread) end local error_handler = runner.watchers.error; if error_handler then error_handler(runner, debug.traceback(thread, err)); end - local ready_handler = runner.watchers.ready; runner.state, runner.thread = "ready", nil; return runner:run(); elseif state == "ready" then -- cgit v1.2.3