From d0538fa25ffa60fc3ef17048aa2c46423a1bf036 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 11 Sep 2020 02:55:15 -0700 Subject: Improved handling of CLI flags --- types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'types.h') diff --git a/types.h b/types.h index 27e9388..f8899b3 100644 --- a/types.h +++ b/types.h @@ -81,7 +81,6 @@ typedef struct { } def_t; typedef struct { - vm_op_t *pattern; def_t *definitions; size_t size, capacity; } grammar_t; -- cgit v1.2.3