mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-15 17:02:14 +03:00
NFA API: Remove nfaBlockExecReverse scratch arg
Scratch is no longer used by this function's implementations.
This commit is contained in:
committed by
Matthew Barr
parent
3e002f8181
commit
58f9617f66
@@ -151,7 +151,7 @@ void runRevNfa(struct hs_scratch *scratch, const struct internal_report *ri,
|
||||
*from_offset = to_offset;
|
||||
|
||||
nfaBlockExecReverse(nfa, to_offset, buf, buf_bytes, hbuf, history_bytes,
|
||||
scratch, somRevCallback, from_offset);
|
||||
somRevCallback, from_offset);
|
||||
|
||||
assert(*from_offset <= to_offset);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user