mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 03:34:25 +03:00
NFA API: Remove unused scratch ptr from struct mq
This commit is contained in:
committed by
Matthew Barr
parent
58f9617f66
commit
c3860a9f29
@@ -91,7 +91,6 @@ struct mq {
|
||||
* history buffer; (logically) immediately before the
|
||||
* main buffer */
|
||||
size_t hlength; /**< length of the history buffer */
|
||||
struct hs_scratch *scratch; /**< global scratch space */
|
||||
char report_current; /**<
|
||||
* report_current matches at starting offset through
|
||||
* callback. If true, the queue must be located at a
|
||||
|
Reference in New Issue
Block a user