X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/20d600a51884e28a4e966a12492a16502529115c..48eda6a2033423e980783b6e40bc35824808bb9a:/src/bindings/lua/lua_state_cloner.c?ds=sidebyside diff --git a/src/bindings/lua/lua_state_cloner.c b/src/bindings/lua/lua_state_cloner.c index e33aebb3ba..ce6d83c1b5 100644 --- a/src/bindings/lua/lua_state_cloner.c +++ b/src/bindings/lua/lua_state_cloner.c @@ -234,7 +234,6 @@ void sglua_copy_value(lua_State* src, lua_State* dst) { break; } - indent -= 2; XBT_DEBUG("%sData copied", sglua_get_spaces(indent)); sglua_stack_dump("src after copying a value (should be ... value): ", src); @@ -422,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