From 79b844f09c8bc8b33751769990c3ad64c2293676 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 1 Aug 2018 20:32:15 +0200 Subject: Removes unnecessary unlock causing trouble with placer --- common/placer1.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'common') diff --git a/common/placer1.cc b/common/placer1.cc index 68db9650..fc679b50 100644 --- a/common/placer1.cc +++ b/common/placer1.cc @@ -193,7 +193,6 @@ class SAPlacer if (temp <= 1e-3 && n_no_progress >= 5) { if (iter % 5 != 0) log_info(" at iteration #%d: temp = %f, cost = %f\n", iter, temp, double(curr_metric)); - ctx->unlock(); break; } -- cgit v1.2.3