From 744a92756200052837e25f4f7758175241528536 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 23 Sep 2021 13:42:23 -0700 Subject: Deprecated (!)-errors --- bp.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'bp.c') diff --git a/bp.c b/bp.c index 08cde5c..8937cf7 100644 --- a/bp.c +++ b/bp.c @@ -240,9 +240,6 @@ static int print_matches(FILE *out, def_t *defs, file_t *f, pat_t *pattern) }; for (match_t *m = NULL; next_match(&m, defs, f, pattern, options.skip, options.ignorecase); ) { - if (print_errors(f, m) > 0) - exit(EXIT_FAILURE); - if (++matches == 1 && options.print_filenames) { if (printed_filenames++ > 0) printf("\n"); fprint_filename(out, f->filename); -- cgit v1.2.3