poke-devel
[Top][All Lists]
Advanced

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

[COMMITTED] pvm-val.h: remove spurious function declaration


From: Jose E. Marchesi
Subject: [COMMITTED] pvm-val.h: remove spurious function declaration
Date: Thu, 19 Sep 2024 15:09:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

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

        * libpoke/pvm-val.h: Remove spurious definition of
        pvm_make_mapinfo.
---
 ChangeLog         | 5 +++++
 libpoke/pvm-val.h | 3 ---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9249d497..af3bd80b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-09-19  Jose E. Marchesi  <jemarch@gnu.org>
+
+       * libpoke/pvm-val.h: Remove spurious definition of
+       pvm_make_mapinfo.
+
 2024-09-19  Jose E. Marchesi  <jemarch@gnu.org>
 
        * libpoke/ras: Support IOS_F_* constants as RAS values.
diff --git a/libpoke/pvm-val.h b/libpoke/pvm-val.h
index 2eb9423b..e466bef5 100644
--- a/libpoke/pvm-val.h
+++ b/libpoke/pvm-val.h
@@ -204,9 +204,6 @@ struct pvm_mapinfo
   pvm_val offset;
 };
 
-struct pvm_mapinfo pvm_make_mapinfo (int mapped_p, pvm_val ios,
-                                     pvm_val offset);
-
 /* Arrays values are boxed, and store sequences of homogeneous values
    called array "elements".  They can be mapped in IO, or unmapped.
 
-- 
2.30.2




reply via email to

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