* merged with apt--mvo, prepared another upload
[ntk/apt.git] / methods / http.h
index 541e295..c5a4d0e 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);