]> git.saurik.com Git - apt.git/blobdiff - methods/http.h
* merge with apt--ddtp--0
[apt.git] / methods / http.h
index 541e2952cb5fdf540f31129e99ad7e499fc074ef..c5a4d0e86a1f9967ed2f573eb9bb508b95646dd4 100644 (file)
@@ -31,11 +31,6 @@ class CircleBuf
    unsigned long MaxGet;
    struct timeval Start;
    
-   static unsigned long BwReadLimit;
-   static unsigned long BwTickReadData;
-   static struct timeval BwReadTick;
-   static const unsigned int BW_HZ;
-
    unsigned long LeftRead()
    {
       unsigned long Sz = Size - (InP - OutP);