summaryrefslogtreecommitdiff
path: root/indra/newview/llvocache.cpp
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2011-01-14 15:16:17 -0500
committerLoren Shih <seraph@lindenlab.com>2011-01-14 15:16:17 -0500
commit5364bb5a11aaae33127db3866f7a9bba6404773d (patch)
treeb207e7c723d431669d65aa6753759d58eb86a80d /indra/newview/llvocache.cpp
parentd82da834fa4026f2912406e9d39196ec7287f785 (diff)
Mesh-development work in progress
Diffstat (limited to 'indra/newview/llvocache.cpp')
-rw-r--r--indra/newview/llvocache.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp
index 2188b41a06..10d6b009ae 100644
--- a/indra/newview/llvocache.cpp
+++ b/indra/newview/llvocache.cpp
@@ -648,7 +648,6 @@ void LLVOCache::writeToCache(U64 handle, const LLUUID& id, const LLVOCacheEntry:
HeaderEntryInfo* entry;
handle_entry_map_t::iterator iter = mHandleEntryMap.find(handle) ;
- U32 num_handle_entries = mHandleEntryMap.size();
if(iter == mHandleEntryMap.end()) //new entry
{
if(num_handle_entries >= mCacheSize)