From 76c6464ece9ec84025cebdb8cd0c1a9a7a8efe93 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 5 Aug 2010 09:11:17 +0000 Subject: [PATCH] Remove unused bits [SVN r64613] --- v2/test/searched_lib.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/v2/test/searched_lib.py b/v2/test/searched_lib.py index 48d636609..efbca36ca 100644 --- a/v2/test/searched_lib.py +++ b/v2/test/searched_lib.py @@ -46,9 +46,6 @@ t.write("jamfile.jam", """ import path ; import project ; -path-constant here : . ; -here = [ path.root $(here) [ path.pwd ] ] ; - exe main : main.cpp helper ; lib helper : helper.cpp test_lib ; lib test_lib : : test_lib lib ; @@ -82,9 +79,6 @@ import testing ; project : requirements false ; -local here = [ project.attribute $(__name__) location ] ; -here = [ path.root $(here) [ path.pwd ] ] ; - unit-test main : main.cpp helper ; lib helper : helper.cpp test_lib ; lib test_lib : : test_lib lib ;