From fd74479a2bf2e4ccc35d1c2fa206de8f28be1e54 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 21 Sep 2025 16:28:57 -0400 Subject: Deprecate optional '?' postfix operator --- src/parse/suffixes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/parse/suffixes.h') diff --git a/src/parse/suffixes.h b/src/parse/suffixes.h index da2f23a2..23ca7182 100644 --- a/src/parse/suffixes.h +++ b/src/parse/suffixes.h @@ -11,4 +11,3 @@ ast_t *parse_index_suffix(parse_ctx_t *ctx, ast_t *lhs); ast_t *parse_method_call_suffix(parse_ctx_t *ctx, ast_t *self); ast_t *parse_non_optional_suffix(parse_ctx_t *ctx, ast_t *lhs); ast_t *parse_optional_conditional_suffix(parse_ctx_t *ctx, ast_t *stmt); -ast_t *parse_optional_suffix(parse_ctx_t *ctx, ast_t *lhs); -- cgit v1.2.3