aboutsummaryrefslogtreecommitdiff
path: root/pattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'pattern.h')
-rw-r--r--pattern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/pattern.h b/pattern.h
index 497fe76..bcb9eac 100644
--- a/pattern.h
+++ b/pattern.h
@@ -19,8 +19,6 @@ __attribute__((nonnull))
pat_t *bp_pattern(file_t *f, const char *str);
__attribute__((nonnull))
def_t *bp_definition(def_t *defs, file_t *f, const char *str);
-__attribute__((nonnull))
-void destroy_pat(pat_t *pat);
#endif
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1