From 378e94090f5fb61b6c1e35b99e597dfca61ef7a9 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 17 Jul 2021 14:05:10 -0700 Subject: Factored debug visualization into its own file --- print.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'print.h') diff --git a/print.h b/print.h index 9a0439b..5ad645c 100644 --- a/print.h +++ b/print.h @@ -17,8 +17,6 @@ typedef struct { bool print_line_numbers:1; } printer_t; -__attribute__((nonnull)) -void visualize_match(match_t *m); __attribute__((nonnull(1,2))) void print_match(FILE *out, printer_t *pr, match_t *m); __attribute__((nonnull)) -- cgit v1.2.3