diff options
author | Richard Linden <none@none> | 2013-08-23 13:41:51 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-08-23 13:41:51 -0700 |
commit | a77f42494584537489410a5157179aaadf868935 (patch) | |
tree | 22e283bc06929dcceb6bc5bdc0025069d6ea143a /indra/llcommon/tests/llprocess_test.cpp | |
parent | c95d0b884371045a46c345d43fab90b5f3d6ccb2 (diff) |
BUILDFIX: fix for crashes in unit tests on mac and linux
Diffstat (limited to 'indra/llcommon/tests/llprocess_test.cpp')
-rwxr-xr-x | indra/llcommon/tests/llprocess_test.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcommon/tests/llprocess_test.cpp b/indra/llcommon/tests/llprocess_test.cpp index f188865eb0..50b5c79e71 100755 --- a/indra/llcommon/tests/llprocess_test.cpp +++ b/indra/llcommon/tests/llprocess_test.cpp @@ -29,7 +29,6 @@ //#include <boost/lambda/bind.hpp> // other Linden headers #include "../test/lltut.h" -#include "../test/manageapr.h" #include "../test/namedtempfile.h" #include "../test/catch_and_store_what_in.h" #include "stringize.h" @@ -47,8 +46,6 @@ //namespace lambda = boost::lambda; -// static instance of this manages APR init/cleanup -static ManageAPR manager; /***************************************************************************** * Helpers |