]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Tests defs: truly get rid of `$am_defs_included' (unused variable)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 9 Jun 2010 00:41:24 +0000 (02:41 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 13 Jun 2010 17:17:39 +0000 (19:17 +0200)
* tests/defs.in ($am_defs_included): Remove, its now unused.  It
should have been removed in a previous changeset, but the removal
was done only partially (oversight).

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/defs.in

index dda2cf2259d9a397ab25090b67a4e7688f7beec4..c07df879145343de4b9024496e3142e414d97e34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-06-13  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       Tests defs: truly get rid of `$am_defs_included' (unused variable)
+        * tests/defs.in ($am_defs_included): Remove, its now unused.  It
+       should have been removed in a previous changeset, but the removal
+       was done only partially (oversight).
+
 2010-06-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
index fb056ff5297d52cb8aafa829b0c3eb7d1fd7d245..a7e20c324644a5442f37569e5834fe6dc5da0c49 100644 (file)
@@ -431,9 +431,6 @@ AUTOMAKE_fails ()
   AUTOMAKE_run 1 ${1+"$@"}
 }
 
-# Register that this file has alredy been sourced.
-am_defs_included=yes
-
 # Turn on shell traces.
 set -x