diff --git a/src/url_pattern_helpers.cpp b/src/url_pattern_helpers.cpp index 6b8f1eae8..fa36fcd6f 100644 --- a/src/url_pattern_helpers.cpp +++ b/src/url_pattern_helpers.cpp @@ -876,8 +876,6 @@ std::string escape_regexp_string(std::string_view input) { std::string process_base_url_string(std::string_view input, std::string_view type) { - // Assert: input is not null. - ADA_ASSERT_TRUE(!input.empty()); // If type is not "pattern" return input. if (type != "pattern") { return std::string(input);