rose: delete RoseEngine::literalCount

This commit is contained in:
Justin Viiret
2017-01-31 11:31:17 +11:00
committed by Matthew Barr
parent 9550058e75
commit a5b3bc814f
3 changed files with 2 additions and 17 deletions

View File

@@ -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 */