summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewermacosx.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-09-09 00:20:57 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-09-09 02:17:36 +0300
commita791a22b1b00416fc6f84240dd95113a3787668d (patch)
tree931ec43e1adc4e5e565cdb19b91cfbb1ea60ea8c /indra/newview/llappviewermacosx.cpp
parenta212a862b48dbe07e069b87b68a5c202f0b34060 (diff)
SL-14541 remove mac-crash-logger
Diffstat (limited to 'indra/newview/llappviewermacosx.cpp')
-rw-r--r--indra/newview/llappviewermacosx.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/indra/newview/llappviewermacosx.cpp b/indra/newview/llappviewermacosx.cpp
index 7be5f8117c..aa932f9c89 100644
--- a/indra/newview/llappviewermacosx.cpp
+++ b/indra/newview/llappviewermacosx.cpp
@@ -222,14 +222,7 @@ LLAppViewerMacOSX::~LLAppViewerMacOSX()
bool LLAppViewerMacOSX::init()
{
- bool success = LLAppViewer::init();
-
- if (success)
- {
- LLAppViewer* pApp = LLAppViewer::instance();
- pApp->initCrashReporting();
- }
- return success;
+ return LLAppViewer::init();
}
// MacOSX may add and addition command line arguement for the process serial number.