summaryrefslogtreecommitdiff
path: root/indra/llcommon/lltrace.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-11-15 19:46:09 -0800
committerRichard Linden <none@none>2012-11-15 19:46:09 -0800
commitc136b432140f892a56d4996d5ed77e903ff0b32d (patch)
treee1af9a407b0af582349396d8cb51e2e794260d43 /indra/llcommon/lltrace.cpp
parent9d77e030d9a0d23cebce616631677459eec1612c (diff)
SH-3406 WIP convert fast timers to lltrace system
eliminated min and max macros from windows.h got rest of viewer to compile against llfasttimer changes
Diffstat (limited to 'indra/llcommon/lltrace.cpp')
-rw-r--r--indra/llcommon/lltrace.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/lltrace.cpp b/indra/llcommon/lltrace.cpp
index 9346aa7a45..9bf9ae6c8e 100644
--- a/indra/llcommon/lltrace.cpp
+++ b/indra/llcommon/lltrace.cpp
@@ -59,7 +59,6 @@ LLThreadLocalPointer<ThreadRecorder>& get_thread_recorder()
{
static LLThreadLocalPointer<ThreadRecorder> s_thread_recorder;
return s_thread_recorder;
-
}
}