summaryrefslogtreecommitdiff
path: root/methods/http.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-10-17 14:33:58 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-10-17 14:33:58 +0000
commitcec6091772ae3463cb04c417e3f598f9b6814516 (patch)
treeabc6b9a54e3dd8dfc938eadb12368a1cc74d15c6 /methods/http.h
parent2d4722e202421007bc34f5439ab4a7cd0bd1148f (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.h5
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);