From 3ededef53d0704f8b89c55f60bef52a64b86d62c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 18 Jan 2021 09:15:25 -0800 Subject: Static analysis part 1 --- pattern.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'pattern.h') diff --git a/pattern.h b/pattern.h index c237b50..ff1105c 100644 --- a/pattern.h +++ b/pattern.h @@ -10,8 +10,6 @@ __attribute__((nonnull)) pat_t *new_pat(file_t *f, const char *start, enum pattype_e type); __attribute__((nonnull(1,2))) -pat_t *bp_simplepattern(file_t *f, const char *str); -__attribute__((nonnull(1,2))) pat_t *bp_stringpattern(file_t *f, const char *str); __attribute__((nonnull(1,2))) pat_t *bp_replacement(file_t *f, pat_t *replacepat, const char *replacement); -- cgit v1.2.3