diff options
author | Richard Linden <none@none> | 2012-08-06 16:08:04 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-08-06 16:08:04 -0700 |
commit | a98c7e150b3404cbbb7324bfe2a5f547f613346b (patch) | |
tree | 1cd71cfb72cc342c74edfb0326aa56eb01240c54 /indra/llcommon/CMakeLists.txt | |
parent | 4d395a0de044328cf318598ef9b88eddde8e82af (diff) |
llfasttimer cleanup
removed unnecessary cache miss from fast timers
renamed llfasttimer_class back to llfasttimer
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index dd7b8c6eb8..7795d55d62 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -53,7 +53,7 @@ set(llcommon_SOURCE_FILES lleventfilter.cpp llevents.cpp lleventtimer.cpp - llfasttimer_class.cpp + llfasttimer.cpp llfile.cpp llfindlocale.cpp llfixedbuffer.cpp @@ -167,7 +167,6 @@ set(llcommon_HEADER_FILES lleventemitter.h llextendedstatus.h llfasttimer.h - llfasttimer_class.h llfile.h llfindlocale.h llfixedbuffer.h |