diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-13 10:11:22 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-13 15:10:31 +0200 |
commit | 91963613934e746ed7b5f1d2905d28ecb3d1a269 (patch) | |
tree | 76dc9935ccbd9115edbf9ccd7532658f5b34df0c /solenv/bin/deliver.pl | |
parent | b7bd441a7f907114d3e911a440e1b1ffd9b3601b (diff) |
Bin unused use of WORK_STAMP
Diffstat (limited to 'solenv/bin/deliver.pl')
-rwxr-xr-x | solenv/bin/deliver.pl | 1 |
1 files changed, 0 insertions, 1 deletions
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) ) { |