]> git.saurik.com Git - apt.git/commitdiff
Removed download size estimator
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:27 +0000 (16:53 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:27 +0000 (16:53 +0000)
Author: jgg
Date: 1999-04-07 06:02:56 GMT
Removed download size estimator

apt-pkg/acquire.cc

index 2e8a05e2cec6965de074691acb89011bab1c9479..07e4fab599ce82712a5fa3199bbf6fbe2e0e800e 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: acquire.cc,v 1.31 1999/03/27 03:02:38 jgg Exp $
+// $Id: acquire.cc,v 1.32 1999/04/07 06:02:56 jgg Exp $
 /* ######################################################################
 
    Acquire - File Acquiration
@@ -710,8 +710,6 @@ void pkgAcquireStatus::Pulse(pkgAcquire *Owner)
       TotalBytes = 1;
    if (Unknown == Count)
       TotalBytes = Unknown;
-   else
-      TotalBytes += TotalBytes/(Count - Unknown)*Unknown;
    
    // Compute the CPS
    struct timeval NewTime;