remove lit program tables from bytecode

This commit is contained in:
Justin Viiret
2017-01-31 11:14:51 +11:00
committed by Matthew Barr
parent bd3357d3ac
commit 9550058e75
3 changed files with 4 additions and 30 deletions

View File

@@ -1783,8 +1783,6 @@ void roseDumpStructRaw(const RoseEngine *t, FILE *f) {
DUMP_U32(t, eodmatcherMinWidth);
DUMP_U32(t, amatcherMaxBiAnchoredWidth);
DUMP_U32(t, fmatcherMaxBiAnchoredWidth);
DUMP_U32(t, litProgramOffset);
DUMP_U32(t, litDelayRebuildProgramOffset);
DUMP_U32(t, reportProgramOffset);
DUMP_U32(t, reportProgramCount);
DUMP_U32(t, delayProgramOffset);