From 8349a65210cc0eaff603bcd2445786493221fc15 Mon Sep 17 00:00:00 2001 From: Himbeer Date: Thu, 8 May 2025 15:00:38 +0200 Subject: Remove unnecessary *crement information --- include/parse.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') diff --git a/include/parse.h b/include/parse.h index 8cb5f2c..ab9f684 100644 --- a/include/parse.h +++ b/include/parse.h @@ -17,11 +17,6 @@ struct ast_assign { struct expr rhs; }; -enum crement { - INCREMENT, - DECREMENT, -}; - struct ast_elsebody { struct ast_stmt *stmts; int stmtsz, stmtlen; @@ -88,7 +83,6 @@ struct ast_stmt { union { struct ast_local localvar; struct ast_assign assign; - enum crement cre; struct ast_if conditional; struct ast_for loop; struct ast_return ret; -- cgit v1.2.3