aboutsummaryrefslogtreecommitdiff
path: root/explain.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2022-04-09 14:15:07 -0400
committerBruce Hill <bruce@bruce-hill.com>2022-04-09 14:15:07 -0400
commit326a0b960c6eeac4278c15a57e421326464372a6 (patch)
tree70c37f0de7f349f4bbd7f33fcc635908501720b7 /explain.h
parentc51a91c4706022f9dc3972c41ef5cf25ea034b0f (diff)
Moving print logic out of match.c and renaming explain -> printmatch
Diffstat (limited to 'explain.h')
-rw-r--r--explain.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/explain.h b/explain.h
deleted file mode 100644
index fbb2abf..0000000
--- a/explain.h
+++ /dev/null
@@ -1,13 +0,0 @@
-//
-// Debug visualization of matches
-//
-#ifndef EXPLAIN__H
-#define EXPLAIN__H
-
-#include "match.h"
-
-__attribute__((nonnull))
-void explain_match(match_t *m);
-
-#endif
-// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0