summaryrefslogtreecommitdiff
path: root/src/merge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/merge.c')
-rw-r--r--src/merge.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/merge.c b/src/merge.c
index 4d7c11c..0db34d0 100644
--- a/src/merge.c
+++ b/src/merge.c
@@ -564,9 +564,8 @@ compute_changes (lin xmin, lin xmax, lin ymin, lin ymax,
ctxt.bdiag += ymax + 1;
ctxt.heuristic = true;
- ctxt.too_expensive = xmax + ymax;
- compareseq (xmin, xmax, ymin, ymax, true, &ctxt);
+ compareseq (xmin, xmax, ymin, ymax, &ctxt);
ctxt.fdiag -= ymax + 1;
free (ctxt.fdiag);