use FileFd instead of forking the compression childs by hand
[ntk/apt.git] / ftparchive / multicompress.h
index ac8bd07..2dc7095 100644 (file)
@@ -34,7 +34,6 @@ class MultiCompress
       FileFd TmpFile;
       pid_t CompressProc;
       time_t OldMTime;
-      int Fd;
    };
    
    Files *Outputs;