diff options
Diffstat (limited to 'indra/llcorehttp/httprequest.h')
-rw-r--r-- | indra/llcorehttp/httprequest.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/indra/llcorehttp/httprequest.h b/indra/llcorehttp/httprequest.h index c958132ae2..a418eb6a7a 100644 --- a/indra/llcorehttp/httprequest.h +++ b/indra/llcorehttp/httprequest.h @@ -681,19 +681,6 @@ private: // End Global State // ==================================== - struct Statistics - { - Statistics(): - mTotalRequests(0), - mCurrentRequests(0) - {} - - S32 mTotalRequests; - S32 mCurrentRequests; - }; - - static Statistics mStatistics; - }; // end class HttpRequest |