aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/async.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/async.lua b/util/async.lua
index 52d2c99c..8b92c878 100644
--- a/util/async.lua
+++ b/util/async.lua
@@ -233,7 +233,6 @@ local function sleep(s)
end
return {
- once = once;
ready = ready;
waiter = waiter;
guarder = guarder;