mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Remove unused define.
Suggested by 罗泽轩.
This commit is contained in:
parent
b0ecc6dd65
commit
6a71e71c14
@ -80,7 +80,6 @@ typedef unsigned int uintptr_t;
|
|||||||
#define LJ_MIN_SBUF 32 /* Min. string buffer length. */
|
#define LJ_MIN_SBUF 32 /* Min. string buffer length. */
|
||||||
#define LJ_MIN_VECSZ 8 /* Min. size for growable vectors. */
|
#define LJ_MIN_VECSZ 8 /* Min. size for growable vectors. */
|
||||||
#define LJ_MIN_IRSZ 32 /* Min. size for growable IR. */
|
#define LJ_MIN_IRSZ 32 /* Min. size for growable IR. */
|
||||||
#define LJ_MIN_K64SZ 16 /* Min. size for chained K64Array. */
|
|
||||||
|
|
||||||
/* JIT compiler limits. */
|
/* JIT compiler limits. */
|
||||||
#define LJ_MAX_JSLOTS 250 /* Max. # of stack slots for a trace. */
|
#define LJ_MAX_JSLOTS 250 /* Max. # of stack slots for a trace. */
|
||||||
|
Loading…
Reference in New Issue
Block a user