diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-10-17 14:33:58 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-10-17 14:33:58 +0000 |
commit | cec6091772ae3463cb04c417e3f598f9b6814516 (patch) | |
tree | abc6b9a54e3dd8dfc938eadb12368a1cc74d15c6 /methods/http.h | |
parent | 2d4722e202421007bc34f5439ab4a7cd0bd1148f (diff) |
* removed the URL-Reamp hack (we have pdiff support in the main archive now), removed bw-limit support (NO idea how that got into this archive in the first place)
Diffstat (limited to 'methods/http.h')
-rw-r--r-- | methods/http.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/methods/http.h b/methods/http.h index 541e2952c..c5a4d0e86 100644 --- a/methods/http.h +++ b/methods/http.h @@ -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); |