diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-06-24 04:16:45 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-06-24 04:16:45 +0000 |
commit | f91609a6433c2cfcd147fc080a9d5758f5753657 (patch) | |
tree | 26312961843987639875511c0aa0c2db3c4b7891 /gi | |
parent | 811ccd92f58a01b79f2795003839e75842ee9664 (diff) |
minor fixes
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@19 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi')
-rwxr-xr-x | gi/pipeline/filter-for-test-set.pl | 5 | ||||
-rwxr-xr-x | gi/pipeline/local-gi-pipeline.pl | 3 |
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'; |