summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-06-08 14:18:14 -0500
committerDave Parks <davep@lindenlab.com>2012-06-08 14:18:14 -0500
commitdd00b6dbc81983d07196dcf394cc74cd7237df7e (patch)
tree73ad70c6ab892576952c0b96f8795a0046e0a289 /indra/newview/llviewerobject.cpp
parent575aa87300725146dbec95f5ad20ba0b70f5edea (diff)
MAINT-646 Knock out some extraneous performance timers
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r--indra/newview/llviewerobject.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp
index 7be7d6f97f..2dbfb4e2ce 100644
--- a/indra/newview/llviewerobject.cpp
+++ b/indra/newview/llviewerobject.cpp
@@ -2164,8 +2164,8 @@ BOOL LLViewerObject::isActive() const
BOOL LLViewerObject::idleUpdate(LLAgent &agent, LLWorld &world, const F64 &time)
{
- static LLFastTimer::DeclareTimer ftm("Viewer Object");
- LLFastTimer t(ftm);
+ //static LLFastTimer::DeclareTimer ftm("Viewer Object");
+ //LLFastTimer t(ftm);
if (mDead)
{