From 02f717d4b7883451f37bb690c7708dda21cc4419 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 4 Mar 2017 19:13:46 +0200 Subject: Call import_existing() from search_existing() now that we have it --- build2/algorithm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'build2/algorithm') diff --git a/build2/algorithm b/build2/algorithm index dfe8c42..7325fac 100644 --- a/build2/algorithm +++ b/build2/algorithm @@ -70,10 +70,8 @@ namespace build2 const target& search (name, const scope&); - // As above but only search for an already existing target. Unlike the - // above version, this one can be called during the execute phase. - // - // Note that currently we return NULL for project-qualified names and + // As above but only search for an already existing target. Unlike the above + // version, this one can be called during the execute phase. Return NULL for // unknown target types. // const target* -- cgit v1.1