diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-10 00:39:34 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-10 00:39:34 -0800 |
| commit | b8a5d399d76efd983255e26eea38029e358cc381 (patch) | |
| tree | ddb285a23970f88b49e43b156d126eb74151dfa2 /types.h | |
| parent | f4a7b80b4ff63d6610142b417cbadd6526339ae4 (diff) | |
Removing unnecessary fields
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |
