poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[COMMITTED] pkl-ast.h: remove unused field from struct pkl_type


From: Jose E. Marchesi
Subject: [COMMITTED] pkl-ast.h: remove unused field from struct pkl_type
Date: Mon, 23 Sep 2024 21:17:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

2024-09-22  Jose E. Marchesi  <jemarch@gnu.org>

        * libpoke/pkl-ast.h (struct pkl_type): Remove unused field `name'
        from the `fun' struct.
---
 ChangeLog         | 5 +++++
 libpoke/pkl-ast.h | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 30cf37aa..9ee9f142 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-09-22  Jose E. Marchesi  <jemarch@gnu.org>
+
+       * libpoke/pkl-ast.h (struct pkl_type): Remove unused field `name'
+       from the `fun' struct.
+
 2024-09-21  Jose E. Marchesi  <jemarch@gnu.org>
 
        * libpoke/pkl-ast.c (pkl_ast_handle_bconc_ass_stmt): There is no
diff --git a/libpoke/pkl-ast.h b/libpoke/pkl-ast.h
index 903e1c51..e6fbd6f0 100644
--- a/libpoke/pkl-ast.h
+++ b/libpoke/pkl-ast.h
@@ -1080,7 +1080,6 @@ struct pkl_ast_type
 
     struct
     {
-      union pkl_ast_node *name;
       union pkl_ast_node *rtype;
       int narg;
       int vararg;
-- 
2.30.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]