From 1b773ad2c250e09c09c065eb3eec64bfebde09ca Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 18 May 2018 14:39:38 +0800 Subject: =?UTF-8?q?=E4=BF=AE=E6=94=B9userdata=E5=88=9B=E5=BB=BA=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/3rdparty/luax/luax.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/3rdparty/luax/luax.h') diff --git a/src/3rdparty/luax/luax.h b/src/3rdparty/luax/luax.h index 3816430..49036b9 100644 --- a/src/3rdparty/luax/luax.h +++ b/src/3rdparty/luax/luax.h @@ -158,11 +158,6 @@ inline void* luax_newinstance(lua_State* L, const char* tname, int size) { void* p = lua_newuserdata(L, size); - //u->data = data; - //u->flags = flags; - //u->own = own; - - // luaL_getmetatable(L, tname) or luaL_newmetatable(L, tname); lua_setmetatable(L, -2); -- cgit v1.1-26-g67d0