summaryrefslogtreecommitdiff
path: root/indra/llcommon/tests/llprocess_test.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-08-23 13:41:51 -0700
committerRichard Linden <none@none>2013-08-23 13:41:51 -0700
commita77f42494584537489410a5157179aaadf868935 (patch)
tree22e283bc06929dcceb6bc5bdc0025069d6ea143a /indra/llcommon/tests/llprocess_test.cpp
parentc95d0b884371045a46c345d43fab90b5f3d6ccb2 (diff)
BUILDFIX: fix for crashes in unit tests on mac and linux
Diffstat (limited to 'indra/llcommon/tests/llprocess_test.cpp')
-rwxr-xr-xindra/llcommon/tests/llprocess_test.cpp3
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