diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-09 19:02:13 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-09 19:02:13 -0500 |
| commit | cbdd357b41b4685c669755bfdd29c822d5dcc8c6 (patch) | |
| tree | 199ee8eaf17a938a9c68198dac95d1ce1f9b8353 /builtins/types.h | |
| parent | 5131fdff6294b075cc760a8014ef8c9b6d1bf5d8 (diff) | |
Deprecate secret langs (just use one-member structs)
Diffstat (limited to 'builtins/types.h')
| -rw-r--r-- | builtins/types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtins/types.h b/builtins/types.h index 528701ff..d26c86be 100644 --- a/builtins/types.h +++ b/builtins/types.h @@ -29,7 +29,6 @@ typedef struct TypeInfo { } PointerInfo; struct { const char *lang; - bool secret; } TextInfo; struct { const struct TypeInfo *item; |
