gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. 0edba9c48374579777c298b


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. 0edba9c48374579777c298b11cc351c4c1634dc7
Date: Tue, 15 Jan 2013 18:10:10 +0000

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  0edba9c48374579777c298b11cc351c4c1634dc7 (commit)
      from  08e502f6f13b8fb41d2ea169f59335b399695deb (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=0edba9c48374579777c298b11cc351c4c1634dc7

commit 0edba9c48374579777c298b11cc351c4c1634dc7
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Jan 15 20:09:50 2013 +0200

    Remove an unused variable.

diff --git a/extension/ChangeLog b/extension/ChangeLog
index 909e70b..e31c690 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -5,6 +5,8 @@
        readfile.3am, revoutput.3am, revtwoway.3am, rwarray.3am,
        time.3am: Update copyright dates, add reference to inplace(3am).
 
+       * inplace.c (do_inplace_begin): Remove unused variable `p'.
+
 2013-01-10         Andrew J. Schorr     <address@hidden>
 
        * inplace.c (do_inplace_begin): No need to get the 2nd suffix argument,
diff --git a/extension/inplace.c b/extension/inplace.c
index 31f21b6..e2183c1 100644
--- a/extension/inplace.c
+++ b/extension/inplace.c
@@ -95,7 +95,6 @@ do_inplace_begin(int nargs, awk_value_t *result)
 {
        awk_value_t filename;
        struct stat sbuf;
-       char *p;
        int fd;
 
        assert(result != NULL);

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

Summary of changes:
 extension/ChangeLog |    2 ++
 extension/inplace.c |    1 -
 2 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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