]> git.saurik.com Git - apt.git/commitdiff
methods/gzip.cc: With FileFd now being able to read gzipped files, there
authormartin@piware.de <>
Tue, 6 Jul 2010 11:14:57 +0000 (13:14 +0200)
committermartin@piware.de <>
Tue, 6 Jul 2010 11:14:57 +0000 (13:14 +0200)
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.


No differences found