mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 00:02:24 +03:00
rose: minor clean up of catchup
- anchored dfa do not mean that catchup is required - remove needsCatchup from rose bytecode as catchup is based on interpreter
This commit is contained in:
@@ -2112,7 +2112,6 @@ void roseDumpStructRaw(const RoseEngine *t, FILE *f) {
|
||||
DUMP_U8(t, canExhaust);
|
||||
DUMP_U8(t, hasSom);
|
||||
DUMP_U8(t, somHorizon);
|
||||
DUMP_U8(t, needsCatchup);
|
||||
DUMP_U32(t, mode);
|
||||
DUMP_U32(t, historyRequired);
|
||||
DUMP_U32(t, ekeyCount);
|
||||
|
Reference in New Issue
Block a user