aboutsummaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ast.h b/src/ast.h
index bf22c9f6..7d34e187 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -429,7 +429,6 @@ struct ast_s {
} LangDef;
struct {
ast_t *indexed, *index;
- bool unchecked;
} Index;
struct {
ast_t *fielded;