mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 08:12:21 +03:00
Remove OutfixInfo::chained (which meant "is MPV")
This commit is contained in:
committed by
Matthew Barr
parent
16985ab6e5
commit
319d47ae4f
@@ -1777,7 +1777,6 @@ bool RoseBuildImpl::addOutfix(const NGHolder &h, const raw_som_dfa &haig) {
|
||||
bool RoseBuildImpl::addOutfix(const raw_puff &rp) {
|
||||
if (!mpv_outfix) {
|
||||
mpv_outfix = make_unique<OutfixInfo>(MpvProto());
|
||||
mpv_outfix->chained = true;
|
||||
}
|
||||
|
||||
auto *mpv = mpv_outfix->mpv();
|
||||
@@ -1803,7 +1802,6 @@ bool RoseBuildImpl::addChainTail(const raw_puff &rp, u32 *queue_out,
|
||||
u32 *event_out) {
|
||||
if (!mpv_outfix) {
|
||||
mpv_outfix = make_unique<OutfixInfo>(MpvProto());
|
||||
mpv_outfix->chained = true;
|
||||
}
|
||||
|
||||
auto *mpv = mpv_outfix->mpv();
|
||||
|
Reference in New Issue
Block a user