summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-12-13 10:11:22 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-12-13 15:10:31 +0200
commit91963613934e746ed7b5f1d2905d28ecb3d1a269 (patch)
tree76dc9935ccbd9115edbf9ccd7532658f5b34df0c
parentb7bd441a7f907114d3e911a440e1b1ffd9b3601b (diff)
Bin unused use of WORK_STAMP
-rwxr-xr-xsolenv/bin/deliver.pl1
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) ) {