Remove unused variable.

git-svn-id: svn://10.0.0.236/trunk@203038 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 2006-07-18 21:56:48 +00:00
parent 611f6e34a2
commit 528b9bdc63

View File

@ -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");