diff options
author | Dave Houlton <euclid@lindenlab.com> | 2021-04-20 10:49:33 -0600 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2021-06-25 15:43:35 -0600 |
commit | 10f84d8244d01728338f1eb20b0b25271fc7db63 (patch) | |
tree | 35fdddc79c4023da119c8f57734abffa898ee18a /indra/newview/llstartup.cpp | |
parent | 467d8339c970c253dada2cf0e1eed45be66593ac (diff) |
DRTVWR-528 remove wrapper code for RAD telemetry library
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index c5d5be3509..55048b03be 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -179,7 +179,6 @@ #include "pipeline.h" #include "llappviewer.h" #include "llfasttimerview.h" -#include "lltelemetry.h" #include "llfloatermap.h" #include "llweb.h" #include "llvoiceclient.h" @@ -530,8 +529,6 @@ bool idle_startup() } #if LL_WINDOWS - LLPROFILE_STARTUP(); - // On the windows dev builds, unpackaged, the message.xml file will // be located in indra/build-vc**/newview/<config>/app_settings. std::string message_path = gDirUtilp->getExpandedFilename(LL_PATH_APP_SETTINGS,"message.xml"); |