summaryrefslogtreecommitdiff
path: root/indra/llkdu/tests
diff options
context:
space:
mode:
authorKelly Washington <kelly@lindenlab.com>2012-07-20 13:28:04 -0700
committerKelly Washington <kelly@lindenlab.com>2012-07-20 13:28:04 -0700
commitbfd1c0370fe9f7a2372365f890bf88cf00c52f77 (patch)
tree8abbe6b4f11cb40352058f2ae8e82b8e97bb2625 /indra/llkdu/tests
parent4a5ad357930f0bede4d84b9810978e9d0c5d268b (diff)
MAINT-570 Remove unused memory tracking system LLMemType
follow up to fix test compiles.
Diffstat (limited to 'indra/llkdu/tests')
-rw-r--r--indra/llkdu/tests/llimagej2ckdu_test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llkdu/tests/llimagej2ckdu_test.cpp b/indra/llkdu/tests/llimagej2ckdu_test.cpp
index beee99a522..87e2227ca7 100644
--- a/indra/llkdu/tests/llimagej2ckdu_test.cpp
+++ b/indra/llkdu/tests/llimagej2ckdu_test.cpp
@@ -58,8 +58,7 @@ mWidth(0),
mHeight(0),
mComponents(0),
mBadBufferAllocation(false),
-mAllowOverSize(false),
-mMemType(LLMemType::MTYPE_IMAGEBASE)
+mAllowOverSize(false)
{ }
LLImageBase::~LLImageBase() { }
U8* LLImageBase::allocateData(S32 ) { return NULL; }