aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2017-06-11 10:02:08 +0200
committerMike Pall <mike>2017-06-11 10:02:08 +0200
commit6a71e71c1430e5a8f794a52cb2da66e2693db796 (patch)
tree7e0a383aa6fdf917ee6ff0c7c8ce230252d2ea20
parentb0ecc6dd65a0b40e1868f20719c4f7c4880dc32d (diff)
downloadluajit-6a71e71c1430e5a8f794a52cb2da66e2693db796.tar.gz
luajit-6a71e71c1430e5a8f794a52cb2da66e2693db796.tar.bz2
luajit-6a71e71c1430e5a8f794a52cb2da66e2693db796.zip
Remove unused define.
Suggested by 罗泽轩.
Diffstat (limited to '')
-rw-r--r--src/lj_def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_def.h b/src/lj_def.h
index 2d8fff66..e67bb24c 100644
--- a/src/lj_def.h
+++ b/src/lj_def.h
@@ -80,7 +80,6 @@ typedef unsigned int uintptr_t;
80#define LJ_MIN_SBUF 32 /* Min. string buffer length. */ 80#define LJ_MIN_SBUF 32 /* Min. string buffer length. */
81#define LJ_MIN_VECSZ 8 /* Min. size for growable vectors. */ 81#define LJ_MIN_VECSZ 8 /* Min. size for growable vectors. */
82#define LJ_MIN_IRSZ 32 /* Min. size for growable IR. */ 82#define LJ_MIN_IRSZ 32 /* Min. size for growable IR. */
83#define LJ_MIN_K64SZ 16 /* Min. size for chained K64Array. */
84 83
85/* JIT compiler limits. */ 84/* JIT compiler limits. */
86#define LJ_MAX_JSLOTS 250 /* Max. # of stack slots for a trace. */ 85#define LJ_MAX_JSLOTS 250 /* Max. # of stack slots for a trace. */