summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/llcorehttp/tests/test_bufferstream.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/tests/test_bufferstream.hpp b/indra/llcorehttp/tests/test_bufferstream.hpp
index 5afaba0966..45ddb7fd80 100644
--- a/indra/llcorehttp/tests/test_bufferstream.hpp
+++ b/indra/llcorehttp/tests/test_bufferstream.hpp
@@ -242,7 +242,7 @@ void BufferStreamTestObjectType::test<6>()
// make sure we didn't leak any memory
// ensure("Allocated memory returned", mMemTotal == GetMemTotal());
- static U64 mem = GetMemTotal();
+ // static U64 mem = GetMemTotal();
}