aboutsummaryrefslogtreecommitdiff
path: root/libbbot/build-config.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-19 08:20:40 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-19 08:20:40 +0300
commit976d6ce0198cbe8c54c244665cc8dd63f2f85a86 (patch)
treeefc56e01e0638704ba7d8bea698da071ca6d1d49 /libbbot/build-config.cxx
parent8269189c803e2792d185ebafdc739071e2a0961e (diff)
Get rid of configuration arguments check
Diffstat (limited to 'libbbot/build-config.cxx')
-rw-r--r--libbbot/build-config.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/libbbot/build-config.cxx b/libbbot/build-config.cxx
index 9005eca..05d123e 100644
--- a/libbbot/build-config.cxx
+++ b/libbbot/build-config.cxx
@@ -93,10 +93,7 @@ namespace bbot
config.warning_regexes.emplace_back (move (re));
}
else // Configuration variable.
- {
- task_manifest::check_config (v);
config.vars.emplace_back (move (v));
- }
}
}
catch (const invalid_argument& e)