diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-10-04 23:10:43 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-10-04 23:10:43 -0400 |
| commit | a4cb5ffafc050b519f806f74f0160ad48f76bee6 (patch) | |
| tree | 7a55f9b2e7c680eaccfa81c3734efdda71e848a3 /src/compile/statements.c | |
| parent | 4cb2ea78760fabcbf526dee5962a6bf4896639f3 (diff) | |
Deprecate `extend`
Diffstat (limited to 'src/compile/statements.c')
| -rw-r--r-- | src/compile/statements.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compile/statements.c b/src/compile/statements.c index 156cc8c0..a9ec4327 100644 --- a/src/compile/statements.c +++ b/src/compile/statements.c @@ -76,7 +76,6 @@ static Text_t _compile_statement(env_t *env, ast_t *ast) { case StructDef: case EnumDef: case LangDef: - case Extend: case FunctionDef: case ConvertDef: { return EMPTY_TEXT; |
