aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 0 insertions, 1 deletions
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;