diff options
author | Richard Linden <none@none> | 2013-01-08 23:50:27 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-01-08 23:50:27 -0800 |
commit | 0ba9a00c3116b69745f2d5070ce772d5d4965dbf (patch) | |
tree | d79795487a3bddf08ade8cef0a2a96d3e1ffb92f /indra/test/lliohttpserver_tut.cpp | |
parent | 2f91ffb45c44c3406b1b97dc987cfb7593852a46 (diff) |
SH-3468 WIP add memory tracking base class
cleaned up hacks used to get unit tests working
LLTrace::init now supports recursive initialization/cleanup
put NOMINMAX back in win32 header wrappers
Diffstat (limited to 'indra/test/lliohttpserver_tut.cpp')
-rw-r--r-- | indra/test/lliohttpserver_tut.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/test/lliohttpserver_tut.cpp b/indra/test/lliohttpserver_tut.cpp index e7af09f80b..3fa5c8dd42 100644 --- a/indra/test/lliohttpserver_tut.cpp +++ b/indra/test/lliohttpserver_tut.cpp @@ -77,7 +77,6 @@ namespace tut HTTPServiceTestData() : mResponse(NULL) { - LLCommon::initClass(); LLHTTPStandardServices::useServices(); LLHTTPRegistrar::buildAllServices(mRoot); mRoot.addNode("/delayed/echo", new DelayedEcho(this)); @@ -86,7 +85,6 @@ namespace tut ~HTTPServiceTestData() { - LLCommon::cleanupClass(); } LLHTTPNode mRoot; |