mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 02:30:35 +03:00
rose: delete RoseEngine::literalCount
This commit is contained in:
committed by
Matthew Barr
parent
9550058e75
commit
a5b3bc814f
@@ -367,14 +367,6 @@ struct RoseEngine {
|
||||
*/
|
||||
u32 anchoredProgramOffset;
|
||||
|
||||
/**
|
||||
* \brief Number of entries in the arrays pointed to by litProgramOffset,
|
||||
* litDelayRebuildProgramOffset.
|
||||
*
|
||||
* Note: NOT the total number of literals.
|
||||
*/
|
||||
u32 literalCount;
|
||||
|
||||
u32 activeArrayCount; //number of nfas tracked in the active array
|
||||
u32 activeLeftCount; //number of nfas tracked in the active rose array
|
||||
u32 queueCount; /**< number of nfa queues */
|
||||
|
||||
Reference in New Issue
Block a user