[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Tue, 15 Aug 2023 09:01:09 -0400 (EDT) |
branch: master
commit 026ea7845511953af4ffa2fa03af71276c49280c
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Aug 15 14:00:51 2023 +0100
* info/session.c: removed unused variable.
---
ChangeLog | 4 ++++
info/session.c | 1 -
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 4526dbfe99..d3e8eddb0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-08-15 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * info/session.c: removed unused variable.
+
2023-08-15 Gavin Smith <gavinsmith0123@gmail.com>
* README-hacking: update suggested configure invocation to
diff --git a/info/session.c b/info/session.c
index 9090a01464..7c1a9d30a9 100644
--- a/info/session.c
+++ b/info/session.c
@@ -2956,7 +2956,6 @@ info_handle_pointer (char *label, WINDOW *window)
if (strcmp (label, "Up") == 0)
{
REFERENCE **r;
- int i;
for (r = node->references; (*r); r++)
{