diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-28 13:07:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-28 13:07:34 +0200 |
| commit | 61190b56be38a0a39fc37307a9fbfce759b505c3 (patch) | |
| tree | 9c0c71c70d78aa94cf85c95130573cff330bdb6e /src/data/array.h | |
| parent | 43614694706ac61b2cebef486b7fa9368c78fe6a (diff) | |
Remove dead token/symbol types and fix SYM_INLINEFUNCTION latent error
- Remove IS_A_FUNCTION/IS_NOT_A_FUNCTION macros from symbol.h: referenced
non-existent SYM_INLINEFUNCTION enum value (latent compile error) and
were never used anywhere in the codebase
- Remove TT_BOOL from TokenType enum: marked "temporarily disabled" but
unused for years; YAGNI
- Remove TT_NOTEQ from TokenType enum: duplicate of TT_NEQ ("!="), never
referenced
- Remove IS_NON_TERMINAL/IS_NOT_NON_TERMINAL macros: referenced
START_NON_TERMINALS/END_NON_TERMINALS sentinels that don't exist in the
enum — would cause compile errors if ever used
- Remove token_new_couble declaration (typo) and token_new_double
implementation: function had no callers
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'src/data/array.h')
0 files changed, 0 insertions, 0 deletions
