aboutsummaryrefslogtreecommitdiff
path: root/print.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-09-23 13:42:23 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-09-23 13:42:23 -0700
commit744a92756200052837e25f4f7758175241528536 (patch)
tree658a04ebc9aa902099febd36a9060d95094fcda3 /print.h
parent55ff8ec6637d90d50ed83c43f83e25fe4571f6bb (diff)
Deprecated (!)-errors
Diffstat (limited to 'print.h')
-rw-r--r--print.h2
1 files changed, 0 insertions, 2 deletions
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