aboutsummaryrefslogtreecommitdiff
path: root/libbbot/manifest.hxx
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/manifest.hxx
parent8269189c803e2792d185ebafdc739071e2a0961e (diff)
Get rid of configuration arguments check
Diffstat (limited to 'libbbot/manifest.hxx')
-rw-r--r--libbbot/manifest.hxx7
1 files changed, 0 insertions, 7 deletions
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.
//