encounter / objdiff

A local diffing tool for decompilation projects
Apache License 2.0
79 stars 13 forks source link

Remove LevEditType::Keep variant #27

Closed NickCondron closed 1 year ago

NickCondron commented 1 year ago

The variant was left unused leading to dead match branches and unsound logic. I removed the variant and tried to tidy up editops_from_cost_matrix. I think the code could be improved some more, but I wanted to stop here.

encounter commented 1 year ago

Thanks for the cleanup!