diff --git a/server/core/config.cc b/server/core/config.cc index fe9086192..2c473abc2 100644 --- a/server/core/config.cc +++ b/server/core/config.cc @@ -4401,7 +4401,6 @@ bool config_param_is_valid(const MXS_MODULE_PARAM* params, std::vector config_break_list_string(const string& list_string) { - mxb_assert(!list_string.empty()); string copy = list_string; /* Parse the elements from the list. They are separated by ',' and are trimmed of whitespace. */ std::vector tokenized = mxs::strtok(copy, ",");