aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-09 19:02:13 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-03-09 19:02:13 -0500
commitcbdd357b41b4685c669755bfdd29c822d5dcc8c6 (patch)
tree199ee8eaf17a938a9c68198dac95d1ce1f9b8353 /ast.h
parent5131fdff6294b075cc760a8014ef8c9b6d1bf5d8 (diff)
Deprecate secret langs (just use one-member structs)
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ast.h b/ast.h
index 5da66255..847f2224 100644
--- a/ast.h
+++ b/ast.h
@@ -241,7 +241,6 @@ struct ast_s {
struct {
const char *name;
ast_t *namespace;
- bool secret:1;
} LangDef;
struct {
ast_t *indexed, *index;