MAINT-646: Knock out some extraneous performance timers. https://bitbucket.org/davep/viewer-development/changeset/71673401390a

This commit is contained in:
Shyotl
2012-07-18 03:08:47 -05:00
parent d57d0ceb0d
commit 4cbdb7897d

View File

@@ -2245,8 +2245,9 @@ 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)
{
// It's dead. Don't update it.