Skip to content

Commit 642201a

Browse files
committed
Remove locals from __mlua_async_poll helper
1 parent c36808b commit 642201a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lua.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3030,7 +3030,6 @@ impl Lua {
30303030
self.load(
30313031
r#"
30323032
local poll = get_poll(...)
3033-
local pending, yield, unpack = pending, yield, unpack
30343033
while true do
30353034
local nres, res, res2 = poll()
30363035
if nres ~= nil then

0 commit comments

Comments
 (0)