From 642201a7e09f01092ca760821bee849dc94f8094 Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Fri, 1 Dec 2023 18:11:06 +0000 Subject: [PATCH] Remove locals from __mlua_async_poll helper --- src/lua.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lua.rs b/src/lua.rs index 9127e8e..e677dac 100644 --- a/src/lua.rs +++ b/src/lua.rs @@ -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