diff options
Diffstat (limited to 'src/lj_traceerr.h')
-rw-r--r-- | src/lj_traceerr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lj_traceerr.h b/src/lj_traceerr.h index 12e90d03..d434be15 100644 --- a/src/lj_traceerr.h +++ b/src/lj_traceerr.h | |||
@@ -25,8 +25,6 @@ TREDEF(BADTYPE, "bad argument type") | |||
25 | TREDEF(CJITOFF, "JIT compilation disabled for function") | 25 | TREDEF(CJITOFF, "JIT compilation disabled for function") |
26 | TREDEF(CUNROLL, "call unroll limit reached") | 26 | TREDEF(CUNROLL, "call unroll limit reached") |
27 | TREDEF(DOWNREC, "down-recursion, restarting") | 27 | TREDEF(DOWNREC, "down-recursion, restarting") |
28 | TREDEF(NYICF, "NYI: C function %s") | ||
29 | TREDEF(NYIFF, "NYI: FastFunc %s") | ||
30 | TREDEF(NYIFFU, "NYI: unsupported variant of FastFunc %s") | 28 | TREDEF(NYIFFU, "NYI: unsupported variant of FastFunc %s") |
31 | TREDEF(NYIRETL, "NYI: return to lower frame") | 29 | TREDEF(NYIRETL, "NYI: return to lower frame") |
32 | 30 | ||