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/manifest.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libbbot/manifest.hxx') diff --git a/libbbot/manifest.hxx b/libbbot/manifest.hxx index 75a6995..117abb6 100644 --- a/libbbot/manifest.hxx +++ b/libbbot/manifest.hxx @@ -166,13 +166,6 @@ namespace bbot void serialize (butl::manifest_serializer&) const; - // Check that a string has the name=value format. The name must not - // contain spaces. Throw invalid_argument if the string doesn't conform to - // these rules. - // - static void - check_config (const std::string&); - // Check that a string is a valid (ECMAScript) regular expression. Throw // invalid_argument if that's not the case. // -- cgit v1.1