aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-03-23 20:57:34 +0100
committerKim Alvefur <zash@zash.se>2018-03-23 20:57:34 +0100
commit57f5ea520fdf4e908507f84e26165ebd0b6fdf7f (patch)
treee77c9d8225388c376a45287d63cbe44e1172d9a3 /util
parent072c04815b67ca8f184e83b73ceea2f106853e24 (diff)
downloadprosody-57f5ea520fdf4e908507f84e26165ebd0b6fdf7f.tar.gz
prosody-57f5ea520fdf4e908507f84e26165ebd0b6fdf7f.zip
util.async: Remove last trace of async.once [luacheck]
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;