From 6e0386045f324c3022011e9238180ee9e23feb28 Mon Sep 17 00:00:00 2001 From: Daniel Wallin Date: Tue, 2 Mar 2010 13:35:31 +0100 Subject: [PATCH] Remove dead code. --- src/object_rep.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/object_rep.cpp b/src/object_rep.cpp index 6977bee..2f342a8 100755 --- a/src/object_rep.cpp +++ b/src/object_rep.cpp @@ -210,11 +210,6 @@ namespace luabind { namespace detail { lua_newtable(L); - // just indicate that this really is a class and not just - // any user data - lua_pushboolean(L, 1); - lua_setfield(L, -2, "__luabind_class"); - // This is used as a tag to determine if a userdata is a luabind // instance. We use a numeric key and a cclosure for fast comparision. lua_pushnumber(L, 1); -- 2.11.4.GIT