From b289d636e4bf619ae21562b74dd5ff9fa895b514 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 13 Aug 2025 15:16:22 +0200 Subject: expression: remove compound_expr_add() No more users of this function after conversion to type safe variant, remove it. Signed-off-by: Pablo Neira Ayuso --- include/expression.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/expression.h') diff --git a/include/expression.h b/include/expression.h index ad469db2..d36eea97 100644 --- a/include/expression.h +++ b/include/expression.h @@ -525,7 +525,6 @@ struct expr *range_expr_to_prefix(struct expr *range); extern struct expr *compound_expr_alloc(const struct location *loc, enum expr_types etypes); -extern void compound_expr_add(struct expr *compound, struct expr *expr); extern void compound_expr_remove(struct expr *compound, struct expr *expr); extern void list_expr_sort(struct list_head *head); extern void list_splice_sorted(struct list_head *list, struct list_head *head); -- cgit v1.2.3