Skip to content

Commit

Permalink
WIP: Improve substitution filters (3
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sdottaka committed Sep 14, 2023
1 parent 4827bab commit 073dc0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/CompareEngines/Wrap_DiffUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ int DiffUtils::diffutils_compare_files()
{
OP_TYPE op = (deletes == 0 && inserts == 0) ? OP_TRIVIAL : OP_DIFF;

//Determine quantity of lines in this block for both sides
if (op != OP_TRIVIAL && usefilters)
{
m_pDiffWrapper->PostFilter(ctxt, thisob, m_inf);
Expand Down

0 comments on commit 073dc0e

Please sign in to comment.