aboutsummaryrefslogtreecommitdiff
path: root/examples/patterns/match_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/patterns/match_type.h')
-rw-r--r--examples/patterns/match_type.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/patterns/match_type.h b/examples/patterns/match_type.h
deleted file mode 100644
index abbc4fce..00000000
--- a/examples/patterns/match_type.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-typedef struct {
- Text_t text;
- Int_t index;
- List_t captures;
-} XMatch;
-