gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, master, updated. gawk-4.1.0-5066-ge560782b


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-5066-ge560782b
Date: Fri, 25 Nov 2022 12:53:23 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, master has been updated
       via  e560782b75ab7b99e44df43dfcd97688c936186c (commit)
      from  c3640afd6f6e635115363cacd26cd7a36e5f4177 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=e560782b75ab7b99e44df43dfcd97688c936186c

commit e560782b75ab7b99e44df43dfcd97688c936186c
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Nov 25 12:52:58 2022 -0500

    Remove unused variable in field.c.

diff --git a/ChangeLog b/ChangeLog
index e4a489f6..f0b38f0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-11-25         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * field.c (comma_parse_field): Remove unused variable `field'.
+
 2022-11-23         Arnold D. Robbins     <arnold@skeeve.com>
 
        * msg.c: Update to GPL 3.  Thanks to Corinna Vinschen for
diff --git a/field.c b/field.c
index 7712819b..318090c1 100644
--- a/field.c
+++ b/field.c
@@ -784,7 +784,6 @@ comma_parse_field(long up_to,       /* parse only up to 
this field number */
        char *scan = *buf;
        static const char comma = ',';
        long nf = parse_high_water;
-       char *field;
        char *end = scan + len;
 
        static char *newfield = NULL;

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog | 4 ++++
 field.c   | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

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