mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 10:10:35 +03:00
remove lit program tables from bytecode
This commit is contained in:
committed by
Matthew Barr
parent
bd3357d3ac
commit
9550058e75
@@ -344,12 +344,6 @@ struct RoseEngine {
|
||||
u32 fmatcherMaxBiAnchoredWidth; /**< maximum number of bytes that can still
|
||||
* produce a match for a pattern involved
|
||||
* with the anchored table. */
|
||||
/** \brief Offset of u32 array of program offsets for literals. */
|
||||
u32 litProgramOffset;
|
||||
|
||||
/** \brief Offset of u32 array of delay rebuild program offsets for
|
||||
* literals. */
|
||||
u32 litDelayRebuildProgramOffset;
|
||||
|
||||
/**
|
||||
* \brief Offset of u32 array of program offsets for reports used by
|
||||
|
||||
Reference in New Issue
Block a user