From 91963613934e746ed7b5f1d2905d28ecb3d1a269 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 13 Dec 2011 10:11:22 +0200 Subject: Bin unused use of WORK_STAMP --- solenv/bin/deliver.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'solenv') diff --git a/solenv/bin/deliver.pl b/solenv/bin/deliver.pl index 05c4540d3ec8..c524ce5945df 100755 --- a/solenv/bin/deliver.pl +++ b/solenv/bin/deliver.pl @@ -438,7 +438,6 @@ sub init_globals my $common_outdir = $ENV{'COMMON_OUTDIR'}; my $inpath = $ENV{'INPATH'}; my $solarversion = $ENV{'SOLARVERSION'}; - my $work_stamp = $ENV{'WORK_STAMP'}; # do we have a valid environment? if ( !defined($inpath) ) { -- cgit