From 744a92756200052837e25f4f7758175241528536 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 23 Sep 2021 13:42:23 -0700 Subject: Deprecated (!)-errors --- print.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'print.h') diff --git a/print.h b/print.h index 2d5cc5c..70427a4 100644 --- a/print.h +++ b/print.h @@ -24,8 +24,6 @@ typedef struct { __attribute__((nonnull(1,2))) void print_match(FILE *out, printer_t *pr, match_t *m); -__attribute__((nonnull)) -int print_errors(file_t *f, match_t *m); #endif // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 -- cgit v1.2.3