Skip to content

Remove code doing nothing since the simplify() rewrite

Julien "_FrnchFrgg_" Rivaud requested to merge frnchfrgg/simplify-further into master

Commit.simplify() now unconditionally drops all but the last operation touching any given path. Doing so manually for M operations afterwards makes no sense anymore. Also remove Commit.cliques(), only used here.

Merge request reports