diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-02-26 19:11:57 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-02-26 21:50:46 +0200 |
commit | 39610cbfb381eec0b144f22cd1b34a4ff6911322 (patch) | |
tree | 26542c630387e5e8b96817c5e5d40ba6fca46798 /indra/newview | |
parent | 454d5b48715772889db12d142486e75a3a4dfed3 (diff) |
#3591 Remove now pointless rethrow
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 973cdd53a0..689f21d29f 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1406,8 +1406,6 @@ bool LLAppViewer::doFrame() LL_PROFILE_ZONE_NAMED_CATEGORY_APP("df suspend"); // give listeners a chance to run llcoro::suspend(); - // if one of our coroutines threw an uncaught exception, rethrow it now - LLCoros::instance().rethrow(); } } |