From 976d6ce0198cbe8c54c244665cc8dd63f2f85a86 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 19 Oct 2017 08:20:40 +0300 Subject: Get rid of configuration arguments check --- libbbot/build-config.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'libbbot/build-config.cxx') 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) -- cgit v1.1