diff options
author | Richard Linden <none@none> | 2013-09-25 19:15:38 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-09-25 19:15:38 -0700 |
commit | 1aec07aecfd1a39adf83589473cd7c3cfbc1cd76 (patch) | |
tree | 73cffad3bcac98ee86f4368aebdd8a37ab0ead02 /indra/newview/llvocache.cpp | |
parent | 4aa41f80bae421109900321af1d090ba5c8e6fdb (diff) | |
parent | 053d97db1b283ca2548dc1f64756ddfc5166158f (diff) |
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
Diffstat (limited to 'indra/newview/llvocache.cpp')
-rwxr-xr-x | indra/newview/llvocache.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp index dfc9ee57d8..25dd1f4d07 100755 --- a/indra/newview/llvocache.cpp +++ b/indra/newview/llvocache.cpp @@ -38,7 +38,6 @@ F32 LLVOCacheEntry::sBackDistanceSquared = 0.f; F32 LLVOCacheEntry::sBackAngleTanSquared = 0.f; BOOL LLVOCachePartition::sNeedsOcclusionCheck = FALSE; -//LLTrace::MemStatHandle LLVOCachePartition::sMemStat("LLVOCachePartition"); BOOL check_read(LLAPRFile* apr_file, void* src, S32 n_bytes) { |