mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 19:47:43 +03:00
NFA API: Remove unused scratch ptr from struct mq
This commit is contained in:
committed by
Matthew Barr
parent
58f9617f66
commit
c3860a9f29
@@ -104,7 +104,6 @@ protected:
|
||||
q.length = SCAN_DATA.size();
|
||||
q.history = nullptr;
|
||||
q.hlength = 0;
|
||||
q.scratch = scratch.get();
|
||||
q.report_current = 0;
|
||||
q.cb = onMatch;
|
||||
q.som_cb = nullptr; // only used by Haig
|
||||
@@ -420,7 +419,6 @@ protected:
|
||||
q.length = ZOMBIE_SCAN_DATA.length();
|
||||
q.history = nullptr;
|
||||
q.hlength = 0;
|
||||
q.scratch = scratch.get();
|
||||
q.report_current = 0;
|
||||
q.cb = onMatch;
|
||||
q.som_cb = nullptr; // only used by Haig
|
||||
|
Reference in New Issue
Block a user