We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5342235 commit b42e82dCopy full SHA for b42e82d
1 file changed
src/datadog/parse_util.h
@@ -41,8 +41,6 @@ bool starts_with(StringView subject, StringView prefix);
41
// Convert the specified `text` to lower case in-place.
42
void to_lower(std::string& text);
43
44
-std::vector<StringView> parse_tags_env(StringView input);
45
-
46
// List items are separated by an optional comma (",") and any amount of
47
// whitespace.
48
// Leading and trailing whitespace are ignored.
0 commit comments