fz_from_file() dead assignment of 'method'
fz_from_file() sets 'method' to FZ_BZIP2 already before it has tested if the file to read is bz2 one. That assignment is never used - it gets overwritten with the correct value.
fz_from_file() sets 'method' to FZ_BZIP2 already before it has tested if the file to read is bz2 one. That assignment is never used - it gets overwritten with the correct value.