summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2021-08-26 22:52:49 -0700
committerPtolemy <ptolemy@lindenlab.com>2021-09-03 17:53:44 -0700
commit92e53622ea33cf1558d7079e9341038dd242c3a5 (patch)
tree058cffc5e7060002e2077892d98599f901b8c9ca
parenta783f7c74abc3a5afc8dbd1af63b74e281f02308 (diff)
SL-15709: Cleanup
-rw-r--r--indra/llcommon/llfasttimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llfasttimer.h b/indra/llcommon/llfasttimer.h
index c7d5bb3761..9bd93d7240 100644
--- a/indra/llcommon/llfasttimer.h
+++ b/indra/llcommon/llfasttimer.h
@@ -39,7 +39,7 @@
#define LL_FASTTIMER_USE_RDTSC 1
// NOTE: Also see llprofiler.h
-#if !defined(LL_PROFILER_CONFIGURATION) // defined(LL_PROFILER_CONFIGURATION) && (LL_PROFILER_CONFIGURATION == LL_PROFILER_CONFIG_FAST_TIMER)
+#if !defined(LL_PROFILER_CONFIGURATION)
#define LL_RECORD_BLOCK_TIME(timer_stat) const LLTrace::BlockTimer& LL_GLUE_TOKENS(block_time_recorder, __LINE__)(LLTrace::timeThisBlock(timer_stat)); (void)LL_GLUE_TOKENS(block_time_recorder, __LINE__);
#endif // LL_PROFILER_CONFIGURATION