From f91609a6433c2cfcd147fc080a9d5758f5753657 Mon Sep 17 00:00:00 2001 From: redpony Date: Thu, 24 Jun 2010 04:16:45 +0000 Subject: minor fixes git-svn-id: https://ws10smt.googlecode.com/svn/trunk@19 ec762483-ff6d-05da-a07a-a48fb63a330f --- gi/pipeline/filter-for-test-set.pl | 5 ----- gi/pipeline/local-gi-pipeline.pl | 3 --- 2 files changed, 8 deletions(-) (limited to 'gi') 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'; -- cgit v1.2.3