From f4c338c63f3456a8eccd56c35e233843687d55be Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 29 Mar 2019 00:43:25 +0800 Subject: *thread --- source/3rd-party/Luax/luax_context.cpp | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 source/3rd-party/Luax/luax_context.cpp (limited to 'source/3rd-party/Luax/luax_context.cpp') diff --git a/source/3rd-party/Luax/luax_context.cpp b/source/3rd-party/Luax/luax_context.cpp deleted file mode 100644 index d41c24f..0000000 --- a/source/3rd-party/Luax/luax_context.cpp +++ /dev/null @@ -1,29 +0,0 @@ -#include "luax_context.h" - -namespace Luax -{ - - LuaxContext::LuaxContext(lua_State* L) - : state(L) - { - assert(state); - } - - LuaxContext::~LuaxContext() - { - } - - // ³õʼ»¯context - void LuaxContext::Setup() - { - SetupRefTables(); - } - - void LuaxContext::SetupRefTables() - { - // strong refºÍ weak ref - strongRefTable.Init(state, "_LUAX_STRONGREF_TABLE"); - weakRefTable.Init(state, "_LUAX_WEAKREF_TABLE", "v"); - } - -} \ No newline at end of file -- cgit v1.1-26-g67d0