diff options
author | Ptolemy <ptolemy@lindenlab.com> | 2021-08-26 22:52:49 -0700 |
---|---|---|
committer | Ptolemy <ptolemy@lindenlab.com> | 2021-08-26 22:52:49 -0700 |
commit | c443dc51e48d34a00b61468514dab8209ee214ea (patch) | |
tree | 707774e81430e0723f7a63f370fa2b95f77da197 /indra/llcommon | |
parent | bb601196ddbe7d37584468f611ada67647a050d3 (diff) |
SL-15709: Cleanup
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llfasttimer.h | 2 |
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 |