Remove some library functions for no-JIT/no-FFI builds.

This commit is contained in:
Mike Pall
2012-09-24 16:56:07 +02:00
parent 2ff4afeb4f
commit d9c5eba1bb
4 changed files with 12 additions and 34 deletions

View File

@@ -1292,6 +1292,8 @@ static int rec_upvalue_constify(jit_State *J, GCupval *uvp)
}
return 0;
}
#else
UNUSED(J);
#endif
if (!(tvistab(o) || tvisudata(o) || tvisthread(o)))
return 1;