Skip to content
Snippets Groups Projects
Commit ae638499 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Minor changes in lua/tuple.cc - fix compilation in Release mode

parent f7afa2b0
No related branches found
No related tags found
No related merge requests found
......@@ -461,7 +461,6 @@ lbox_pushtuple(struct lua_State *L, struct tuple *tuple)
{
if (tuple) {
assert(CTID_CONST_STRUCT_TUPLE_REF != 0);
assert(ffi_gc_ref != 0);
struct tuple **ptr = (struct tuple **) luaL_pushcdata(L,
CTID_CONST_STRUCT_TUPLE_REF, sizeof(struct tuple *));
*ptr = tuple;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment