]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib: Remove unnecessary explicit initialization of event_filter_node's bool flags
authorKarl Fleischmann <karl.fleischmann@open-xchange.com>
Mon, 19 Dec 2022 14:17:47 +0000 (15:17 +0100)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Mon, 9 Jan 2023 09:48:38 +0000 (09:48 +0000)
src/lib/event-filter-parser.y

index 2c29306ece10422a76f349b6a7999e758795a1b7..2638195a8cf7c72d303d8af54a889f79619d9881 100644 (file)
@@ -56,8 +56,6 @@ static struct event_filter_node *key_value(struct event_filter_parser_state *sta
        node = p_new(state->pool, struct event_filter_node, 1);
        node->type = type;
        node->op = op;
-       node->warned_type_mismatch = FALSE;
-       node->ambiguous_unit = FALSE;
 
        switch (type) {
        case EVENT_FILTER_NODE_TYPE_LOGIC: