This commit is contained in:
Anhijkt 2025-07-30 21:34:42 +03:00
parent 206d2a4553
commit bfff7a47f1
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ struct OptDffWorker
if (larger.count(pt.first) == 0 || larger[pt.first] != pt.second)
redundant = false;
if (redundant)
new_patterns.erase(larger);
new_patterns.erase(right);
}
}
patterns = std::move(new_patterns);