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

@@ -385,7 +385,6 @@ struct OutfixInfo {
depth minWidth = depth::infinity();
depth maxWidth = 0;
u64a maxOffset = 0;
bool chained = false;
bool in_sbmatcher = false; //!< handled by small-block matcher.
private: