diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-03-31 13:06:30 -0700 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-03-31 22:12:36 +0200 |
commit | 1e3b481cfa56e5cccf7c1847bbc5c40a9df029bb (patch) | |
tree | b229784d2f85ad29af72f8af94efdfab48238632 /automake.in | |
parent | ef6a48297a70b763e9c4b141fcce93a8a9c74c1c (diff) | |
download | automake-1e3b481cfa56e5cccf7c1847bbc5c40a9df029bb.tar.gz |
cosmetics: remove useless import in automake script
* automake.in (Automake::Version): This import is not needed;
remove it.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'automake.in')
-rw-r--r-- | automake.in | 1 |
1 files changed, 0 insertions, 1 deletions
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; |