From: martin@piware.de <> Date: Tue, 6 Jul 2010 11:14:57 +0000 (+0200) Subject: methods/gzip.cc: With FileFd now being able to read gzipped files, there X-Git-Tag: 0.8.0~9^2~17^2~6^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/127e6df37213a1fda0dd5b44182acf678ccbbf02?hp=127e6df37213a1fda0dd5b44182acf678ccbbf02 methods/gzip.cc: With FileFd now being able to read gzipped files, there is no need for the gzip method any more to spawn an external gzip process. Rewrite it to use FileFd directly, which makes the code a lot simpler, and also using less memory and overhead. ---