From b8a5d399d76efd983255e26eea38029e358cc381 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 10 Jan 2021 00:39:34 -0800 Subject: Removing unnecessary fields --- types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'types.h') 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; -- cgit v1.2.3