summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-24 04:16:45 +0000
committerredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-24 04:16:45 +0000
commitfa56c56a2c98d6831e381eafa2a202ca73b73746 (patch)
tree095f16e5f4c7eeff3155829a7b21b215d64500b9
parente29f16d88bcf2d52332bb40cedae0aadea435673 (diff)
minor fixes
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@19 ec762483-ff6d-05da-a07a-a48fb63a330f
-rwxr-xr-xgi/pipeline/filter-for-test-set.pl5
-rwxr-xr-xgi/pipeline/local-gi-pipeline.pl3
2 files changed, 0 insertions, 8 deletions
diff --git a/gi/pipeline/filter-for-test-set.pl b/gi/pipeline/filter-for-test-set.pl
index 61edaf67..f78501d2 100755
--- a/gi/pipeline/filter-for-test-set.pl
+++ b/gi/pipeline/filter-for-test-set.pl
@@ -2,11 +2,6 @@
use strict;
my $SCRIPT_DIR; BEGIN { use Cwd qw/ abs_path cwd /; use File::Basename; $SCRIPT_DIR = dirname(abs_path($0)); push @INC, $SCRIPT_DIR; }
-use Getopt::Long "GetOptions";
-use IPC::Run3;
-use File::Temp qw ( tempdir );
-my $TEMP_DIR = tempdir( CLEANUP => 1 );
-
my $GZIP = 'gzip';
my $ZCAT = 'gunzip -c';
diff --git a/gi/pipeline/local-gi-pipeline.pl b/gi/pipeline/local-gi-pipeline.pl
index eea31d10..a0f8c271 100755
--- a/gi/pipeline/local-gi-pipeline.pl
+++ b/gi/pipeline/local-gi-pipeline.pl
@@ -3,9 +3,6 @@ use strict;
my $SCRIPT_DIR; BEGIN { use Cwd qw/ abs_path cwd /; use File::Basename; $SCRIPT_DIR = dirname(abs_path($0)); push @INC, $SCRIPT_DIR; }
use Getopt::Long "GetOptions";
-use IPC::Run3;
-use File::Temp qw ( tempdir );
-my $TEMP_DIR = tempdir( CLEANUP => 1 );
my $GZIP = 'gzip';
my $ZCAT = 'gunzip -c';