From 3d3a73e18cbebbaa89e7ed991d44ab5c0981f3a9 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 15 Jan 2021 19:39:28 -0800 Subject: Moved pattern code into the right file --- match.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'match.h') diff --git a/match.h b/match.h index f297350..9530321 100644 --- a/match.h +++ b/match.h @@ -14,8 +14,6 @@ __attribute__((hot, nonnull(2,3,4))) match_t *match(def_t *defs, file_t *f, const char *str, pat_t *pat, unsigned int flags); __attribute__((nonnull)) match_t *get_capture(match_t *m, const char **id); -__attribute__((nonnull)) -void destroy_pat(pat_t *pat); match_t *new_match(void); __attribute__((nonnull)) void recycle_if_unused(match_t **at_m); -- cgit v1.2.3