From 3ce44330cca9dbc4314feebb27403ebc3175b6c2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Mar 2016 09:14:31 +0200 Subject: New variable architecture --- build2/scope | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'build2/scope') diff --git a/build2/scope b/build2/scope index e92361d..9878e7f 100644 --- a/build2/scope +++ b/build2/scope @@ -141,10 +141,7 @@ namespace build2 assign (const variable& var) {return vars.assign (var).first.get ();} value& - assign (const string& name, const build2::value_type* type = nullptr) - { - return vars.assign (name, type).first.get (); - } + assign (const string& name) {return vars.assign (name).first.get ();} template value& -- cgit v1.1