Remove locals from __mlua_async_poll helper

This commit is contained in:
Alex Orlenko
2023-12-01 18:11:06 +00:00
parent c36808b251
commit 642201a7e0
-1
View File
@@ -3030,7 +3030,6 @@ impl Lua {
self.load(
r#"
local poll = get_poll(...)
local pending, yield, unpack = pending, yield, unpack
while true do
local nres, res, res2 = poll()
if nres ~= nil then