From f98262e37f608330fcfce799dcacc6fbacac8f8a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Apr 2018 14:25:58 +0200 Subject: Implement forwarded configurations and backlinking --- build2/scope.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'build2/scope.hxx') diff --git a/build2/scope.hxx b/build2/scope.hxx index 5d0fcd8..0bfd76e 100644 --- a/build2/scope.hxx +++ b/build2/scope.hxx @@ -146,11 +146,7 @@ namespace build2 assign (const variable& var) {return vars.assign (var);} value& - assign (const variable* var) // For cached variables. - { - assert (var != nullptr); - return vars.assign (*var); - } + assign (const variable* var) {return vars.assign (var);} // For cached. value& assign (string name) -- cgit v1.1