aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-10 00:39:34 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-10 00:39:34 -0800
commitb8a5d399d76efd983255e26eea38029e358cc381 (patch)
treeddb285a23970f88b49e43b156d126eb74151dfa2 /types.h
parentf4a7b80b4ff63d6610142b417cbadd6526339ae4 (diff)
Removing unnecessary fields
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/types.h b/types.h
index 67d5e33..db22eb3 100644
--- a/types.h
+++ b/types.h
@@ -93,7 +93,6 @@ typedef struct match_s {
*/
typedef struct def_s {
const char *name;
- const char *source;
file_t *file;
vm_op_t *op;
struct def_s *next;
@@ -104,7 +103,6 @@ typedef struct def_s {
*/
typedef struct backref_s {
const char *name;
- match_t *capture;
vm_op_t *op;
struct backref_s *next;
} backref_t;