[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-204-g78ed774 |
Date: |
Wed, 22 Oct 2008 20:01:26 +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 "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=78ed77404a3f3a35b9f02a4902e61857be669386
The branch, master has been updated
via 78ed77404a3f3a35b9f02a4902e61857be669386 (commit)
from 3497cbc55268e2daf66bf179978883fc92183cc2 (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 -----------------------------------------------------------------
commit 78ed77404a3f3a35b9f02a4902e61857be669386
Author: Ralf Wildenhues <address@hidden>
Date: Wed Oct 22 21:59:02 2008 +0200
Drop unused variable.
* lib/Automake/Channels.pm (@chain): Drop unused variable.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 ++
lib/Automake/Channels.pm | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 44390c1..0037946 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-10-22 Ralf Wildenhues <address@hidden>
+ * lib/Automake/Channels.pm (@chain): Drop unused variable.
+
Cleanup of per-input global variables in automake.in.
* automake.in ($output_vars, $output_all, $output_header)
($output_rules, $output_trailer): Fix comment, and sort
diff --git a/lib/Automake/Channels.pm b/lib/Automake/Channels.pm
index 6dc4fa3..c8a216a 100644
--- a/lib/Automake/Channels.pm
+++ b/lib/Automake/Channels.pm
@@ -525,7 +525,7 @@ both print
=cut
-use vars qw (@backlog %buffering @chain);
+use vars qw (@backlog %buffering);
# See buffer_messages() and flush_messages() below.
%buffering = (); # The map of channel types to buffer.
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-204-g78ed774,
Ralf Wildenhues <=