From: Stefano Lattarini Date: Sat, 31 Mar 2012 20:06:30 +0000 (-0700) Subject: cosmetics: remove useless import in automake script X-Git-Tag: v1.11b~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e3b481cfa56e5cccf7c1847bbc5c40a9df029bb;p=thirdparty%2Fautomake.git cosmetics: remove useless import in automake script * automake.in (Automake::Version): This import is not needed; remove it. Signed-off-by: Stefano Lattarini --- diff --git a/automake.in b/automake.in index 3e16fd83d..5357557b8 100644 --- a/automake.in +++ b/automake.in @@ -150,7 +150,6 @@ use Automake::Location; use Automake::Condition qw/TRUE FALSE/; use Automake::DisjConditions; use Automake::Options; -use Automake::Version; use Automake::Variable; use Automake::VarDef; use Automake::Rule;