diff options
Diffstat (limited to 'methods/http.h')
-rw-r--r-- | methods/http.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/methods/http.h b/methods/http.h index d511196e3..ae6cedc13 100644 --- a/methods/http.h +++ b/methods/http.h @@ -36,7 +36,6 @@ class CircleBuf std::string OutQueue; unsigned long long StrPos; unsigned long long MaxGet; - struct timeval Start; static unsigned long long BwReadLimit; static unsigned long long BwTickReadData; @@ -85,8 +84,6 @@ class CircleBuf bool WriteSpace() const {return InP - OutP > 0;}; void Reset(); - // Dump everything - void Stats(); CircleBuf(HttpMethod const * const Owner, unsigned long long Size); ~CircleBuf(); |