diff options
author | Determinant <[email protected]> | 2015-05-22 14:02:08 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-05-22 14:02:08 +0800 |
commit | 54bdb1ca7aae43a8a216ba5824b996b0b442e716 (patch) | |
tree | f8f4178851ba732d4d1cd5f40c9ea14238cd388f | |
parent | 6c0671929f24f296c51568ae3d5c93a3e4d5518f (diff) |
remove unnecessary pushvalue
-rw-r--r-- | nerv.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ extern void nerv_matrix_init(lua_State *L); int luaopen_libnerv(lua_State *L) { lua_newtable(L); - lua_pushvalue(L, -1); lua_setfield(L, LUA_GLOBALSINDEX, "nerv"); nerv_point_init(L); nerv_matrix_init(L); |