Remove OutfixInfo::chained (which meant "is MPV")

This commit is contained in:
Justin Viiret
2016-04-18 13:12:15 +10:00
committed by Matthew Barr
parent 16985ab6e5
commit 319d47ae4f
4 changed files with 2 additions and 11 deletions

View File

@@ -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();