diff options
author | Dave Houlton <euclid@lindenlab.com> | 2021-04-20 10:49:33 -0600 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2021-04-20 10:49:33 -0600 |
commit | 029f179719907d674f89e39577c37e82e654b59d (patch) | |
tree | de202106696f3f45db069f4819348db325a29091 /indra/newview/llappviewer.cpp | |
parent | b2462208eeec62effe3ea911769d80ffd6d29975 (diff) |
DRTVWR-528 remove wrapper code for RAD telemetry library
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 06d513ad70..5de4871c65 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -90,7 +90,6 @@ #include "llsdutil_math.h" #include "lllocationhistory.h" #include "llfasttimerview.h" -#include "lltelemetry.h" #include "llvector4a.h" #include "llviewermenufile.h" #include "llvoicechannel.h" @@ -1627,8 +1626,6 @@ bool LLAppViewer::doFrame() LL_INFOS() << "Exiting main_loop" << LL_ENDL; } - LLPROFILE_UPDATE(); - return ! LLApp::isRunning(); } |