Remove unused variable.
git-svn-id: svn://10.0.0.236/trunk@203038 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
611f6e34a2
commit
528b9bdc63
@ -286,7 +286,6 @@ sub compress_log_file {
|
||||
|
||||
# Decompress the log using the logcompression variable to determine
|
||||
# the type of compression used.
|
||||
my $cmd = undef;
|
||||
if ($tbx->{logcompression} eq 'gzip') {
|
||||
my $comp_gz = gzopen($decoded, "rb") or
|
||||
die ("$decoded: $!\n");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user