From f4d117984401d94136223dc1d254a288c06606f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christophe=20Thi=C3=A9ry?= Date: Tue, 19 Jun 2012 16:16:32 +0200 Subject: [PATCH 1/1] Actually, upvalues were implemented a while ago. --- src/bindings/lua/lua_state_cloner.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bindings/lua/lua_state_cloner.c b/src/bindings/lua/lua_state_cloner.c index 11e97f2857..ce6d83c1b5 100644 --- a/src/bindings/lua/lua_state_cloner.c +++ b/src/bindings/lua/lua_state_cloner.c @@ -421,7 +421,6 @@ static void sglua_copy_table(lua_State* src, lua_State* dst) { * @brief Copies the function on the top of src to the top of dst. * * It can be a Lua function or a C function. - * Copying upvalues is not implemented yet. * * @param src source state * @param dst destination state -- 2.20.1