From 5ac96ca0f277c447254bcc50f98457c779d59dd6 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 3 Oct 2025 02:58:19 -0400 Subject: np: Remove deprecated ast_root field Signed-off-by: Ian Moffett --- src/sys/include/os/np.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/sys/include/os/np.h b/src/sys/include/os/np.h index 9dba651..fb4d58b 100644 --- a/src/sys/include/os/np.h +++ b/src/sys/include/os/np.h @@ -64,7 +64,6 @@ typedef enum { * @line_no: Current line number * @piir_stack: Bytecode stack * @lex_st: Lexer state - * @ast_root: Parse tree * @ccache: Character cache (temporary store for lexer) * @in_func: Is set if we are inside a function * @begin_depth: How deep in "begin" we are @@ -76,7 +75,6 @@ struct np_work { struct piir_stack *piir_stack; struct lexer_state lex_st; struct ptrbox *work_mem; - struct ast_node *ast_root; char ccache; uint8_t in_func : 1; uint8_t begin_depth; -- cgit v1.2.3