From 57f5ea520fdf4e908507f84e26165ebd0b6fdf7f Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Fri, 23 Mar 2018 20:57:34 +0100
Subject: util.async: Remove last trace of async.once [luacheck]

---
 util/async.lua | 1 -
 1 file changed, 1 deletion(-)

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;
-- 
cgit v1.2.3