aboutsummaryrefslogtreecommitdiffstats
path: root/util/async.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util/async.lua')
-rw-r--r--util/async.lua1
1 files changed, 0 insertions, 1 deletions
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