From c76ff457079bf5901a6bb55377c14aeee856a354 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Mar 2016 16:02:06 +0200 Subject: Cleanup variable typing --- build2/cli/module.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build2/cli') diff --git a/build2/cli/module.cxx b/build2/cli/module.cxx index 8ec2db9..6497766 100644 --- a/build2/cli/module.cxx +++ b/build2/cli/module.cxx @@ -55,12 +55,12 @@ namespace build2 { auto& v (var_pool); - v.find ("config.cli.configured", bool_type); + v.find ("config.cli.configured"); - v.find ("config.cli", string_type); //@@ VAR type + v.find ("config.cli"); //@@ VAR type - v.find ("config.cli.options", strings_type); - v.find ("cli.options", strings_type); + v.find ("config.cli.options"); + v.find ("cli.options"); } // Register target types. -- cgit v1.1