aboutsummaryrefslogtreecommitdiff
path: root/matchviz.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-08-01 21:30:41 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-08-01 21:30:41 -0700
commit41bd2ce6fa1da19c645fc6f7b4ce171235dac1f2 (patch)
treead1c523be2e86ca0b7e3e56b5a8fa4b099346ed4 /matchviz.h
parent18c2f865346563129b26b933877dd2ffc29731d1 (diff)
Renamed matchviz -> explain
Diffstat (limited to 'matchviz.h')
-rw-r--r--matchviz.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/matchviz.h b/matchviz.h
deleted file mode 100644
index eb87774..0000000
--- a/matchviz.h
+++ /dev/null
@@ -1,13 +0,0 @@
-//
-// Debug visualization of matches
-//
-#ifndef DEBUGVIZ__H
-#define DEBUGVIZ__H
-
-#include "types.h"
-
-__attribute__((nonnull))
-void visualize_match(match_t *m);
-
-#endif
-// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1