diff options
Diffstat (limited to 'src/lua/common/je_lua_shared.cpp')
-rw-r--r-- | src/lua/common/je_lua_shared.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lua/common/je_lua_shared.cpp b/src/lua/common/je_lua_shared.cpp index 62dfab9..fce6d81 100644 --- a/src/lua/common/je_lua_shared.cpp +++ b/src/lua/common/je_lua_shared.cpp @@ -7,18 +7,5 @@ namespace JinEngine namespace Lua { - void Shared::retain() - { - ++mCount; - } - - void Shared::release() - { - if (--mCount <= 0) - { - delete this; - } - } - } }
\ No newline at end of file |