aboutsummaryrefslogtreecommitdiff
path: root/libbbot/manifest.hxx
diff options
context:
space:
mode:
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.
//