From b37f1aa6398065be806e6605a023189685669885 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Feb 2017 03:55:15 +0200 Subject: Implement parallel match --- unit-tests/test/script/parser/driver.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'unit-tests') diff --git a/unit-tests/test/script/parser/driver.cxx b/unit-tests/test/script/parser/driver.cxx index c054669..5872fb8 100644 --- a/unit-tests/test/script/parser/driver.cxx +++ b/unit-tests/test/script/parser/driver.cxx @@ -182,8 +182,6 @@ namespace build2 // be absolute. However, the testscript implementation doesn't // really care. // - ulock ml (model_mutex); - file& tt ( targets.insert (work, dir_path (), @@ -193,7 +191,7 @@ namespace build2 value& v ( tt.assign ( - var_pool.rw (ml).insert ( + var_pool.rw ().insert ( "test.target", variable_visibility::project))); v = cast ((*global_scope)["build.host"]); @@ -205,8 +203,6 @@ namespace build2 name.leaf ().extension (), trace)); - ml.unlock (); - tt.path (path ("driver")); st.path (name); -- cgit v1.1