summaryrefslogtreecommitdiff
path: root/indra/llcommon/llerror.h
diff options
context:
space:
mode:
authorRunitaiLinden <davep@lindenlab.com>2023-07-18 12:18:35 -0500
committerRunitaiLinden <davep@lindenlab.com>2023-07-18 12:18:35 -0500
commit5797711cbdb553b39e6bc6ad7d9250e3208e5633 (patch)
tree5071e15e3240c3e39fe42a26f4c45bd63ccb381a /indra/llcommon/llerror.h
parenta0089c432ac9008f5d2f7ef2a332afa10c5a2615 (diff)
parentf9f5b538b21ae57f34009b36d4831d2a7000c20c (diff)
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra/llcommon/llerror.h')
-rw-r--r--indra/llcommon/llerror.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/llerror.h b/indra/llcommon/llerror.h
index 08eb323c4a..f229b4964a 100644
--- a/indra/llcommon/llerror.h
+++ b/indra/llcommon/llerror.h
@@ -276,7 +276,6 @@ namespace LLError
// used to indicate no class info known for logging
//LLCallStacks keeps track of call stacks and output the call stacks to log file
- //when LLAppViewer::handleViewerCrash() is triggered.
//
//Note: to be simple, efficient and necessary to keep track of correct call stacks,
//LLCallStacks is designed not to be thread-safe.