You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by jo...@apache.org on 2011/05/31 06:28:28 UTC

[lucy-commits] svn commit: r1129484 - /incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl

Author: joes
Date: Tue May 31 04:28:28 2011
New Revision: 1129484

URL: http://svn.apache.org/viewvc?rev=1129484&view=rev
Log:
cruft

Modified:
    incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl

Modified: incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl?rev=1129484&r1=1129483&r2=1129484&view=diff
==============================================================================
--- incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl (original)
+++ incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl Tue May 31 04:28:28 2011
@@ -17,9 +17,7 @@
 
 use strict;
 use warnings;
-use File::Spec::Functions qw( catfile rel2abs tmpdir );
 use File::Find qw( find );
-use File::Temp qw( mktemp );
 
 -d "src" or die "Switch to the directory containg the charmonizer src/.\n";