Skip to content

Commit

Permalink
Remove unused define.
Browse files Browse the repository at this point in the history
Suggested by 罗泽轩.
  • Loading branch information
Mike Pall committed Jun 11, 2017
1 parent b0ecc6d commit 6a71e71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lj_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ typedef unsigned int uintptr_t;
#define LJ_MIN_SBUF 32 /* Min. string buffer length. */
#define LJ_MIN_VECSZ 8 /* Min. size for growable vectors. */
#define LJ_MIN_IRSZ 32 /* Min. size for growable IR. */
#define LJ_MIN_K64SZ 16 /* Min. size for chained K64Array. */

/* JIT compiler limits. */
#define LJ_MAX_JSLOTS 250 /* Max. # of stack slots for a trace. */
Expand Down

0 comments on commit 6a71e71

Please sign in to comment.