automake-patches
[Top][All Lists]
Advanced

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

[FYI] {maint} aclocal: remove a couple of useless imports


From: Stefano Lattarini
Subject: [FYI] {maint} aclocal: remove a couple of useless imports
Date: Sat, 17 Mar 2012 09:46:40 +0100

* aclocal.in (File::stat, Cwd): Remove these imports, they are not
really required.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 aclocal.in |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/aclocal.in b/aclocal.in
index ca15732..4764379 100644
--- a/aclocal.in
+++ b/aclocal.in
@@ -41,8 +41,6 @@ use Automake::ChannelDefs;
 use Automake::XFile;
 use Automake::FileUtils;
 use File::Basename;
-use File::stat;
-use Cwd;
 use File::Path ();
 
 # Some globals.
-- 
1.7.9




reply via email to

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