mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
CLEANUP: pattern: remove export of non-existent function pattern_delete()
This commit is contained in:
parent
a75eea78e2
commit
3e6690a555
1 changed files with 0 additions and 1 deletions
|
|
@ -265,7 +265,6 @@ struct pattern_expr *pattern_lookup_expr(struct pattern_head *head, struct pat_r
|
|||
struct pattern_expr *pattern_new_expr(struct pattern_head *head, struct pat_ref *ref,
|
||||
int patflags, char **err, int *reuse);
|
||||
struct sample_data **pattern_find_smp(struct pattern_expr *expr, struct pat_ref_elt *elt);
|
||||
int pattern_delete(struct pattern_expr *expr, struct pat_ref_elt *ref);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue