[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] libpoke: remove leftover comment about RTPATH argument
From: |
Constantin Nickel |
Subject: |
[PATCH] libpoke: remove leftover comment about RTPATH argument |
Date: |
Wed, 24 May 2023 10:50:59 +0200 |
The RTPATH argument was removed from the pk_compiler_new prototype in
the past, but the comment was retained.
2023-05-24 Constantin Nickel <constantin.nickel@gmail.com>
* libpoke/libpoke.h (pk_compiler_new): Remove leftover comment
about RTPATH argument.
---
ChangeLog | 5 +++++
libpoke/libpoke.h | 3 ---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 78ac7bd8..c0ec6120 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-05-24 Constantin Nickel <constantin.nickel@gmail.com>
+
+ * libpoke/libpoke.h (pk_compiler_new): Remove leftover comment
+ about RTPATH argument.
+
2023-05-23 Constantin Nickel <constantin.nickel@gmail.com>
* common/pk-utils.h: Fix spelling mistakes.
diff --git a/libpoke/libpoke.h b/libpoke/libpoke.h
index b0bf8902..095ef4b9 100644
--- a/libpoke/libpoke.h
+++ b/libpoke/libpoke.h
@@ -120,9 +120,6 @@ struct pk_term_if
/* Create and return a new Poke incremental compiler.
- RTPATH should contain the name of a directory where the compiler
- can find its run-time support files.
-
TERM_IF is a pointer to a struct pk_term_if containing pointers to
functions providing the output routines to be used by the
incremental compiler.
--
2.40.1
- [PATCH] libpoke: remove leftover comment about RTPATH argument,
Constantin Nickel <=