summaryrefslogtreecommitdiff
path: root/indra/llcommon/llcoros.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-02-11 20:26:00 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-02-11 20:28:42 +0200
commit236593e997e931580d3bd3192b12e450c8054b07 (patch)
tree204d4c10a543c5ea7ceed92c38e55dd20fba5643 /indra/llcommon/llcoros.h
parent6f49893fb313d0099900a347cac251f8b7bde40e (diff)
Revert "SL-14961 Coroutine crash was not reported to bugsplat"
Will be replaced with retrow from nat
Diffstat (limited to 'indra/llcommon/llcoros.h')
-rw-r--r--indra/llcommon/llcoros.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/indra/llcommon/llcoros.h b/indra/llcommon/llcoros.h
index a94cfca19f..51f7380def 100644
--- a/indra/llcommon/llcoros.h
+++ b/indra/llcommon/llcoros.h
@@ -292,12 +292,11 @@ public:
private:
std::string generateDistinctName(const std::string& prefix) const;
-#if LL_WINDOWS
- void winlevel(const std::string& name, const callable_t& callable);
-#endif
- void toplevelTryWrapper(const std::string& name, const callable_t& callable);
void toplevel(std::string name, callable_t callable);
struct CoroData;
+#if LL_WINDOWS
+ static void winlevel(const callable_t& callable);
+#endif
static CoroData& get_CoroData(const std::string& caller);
S32 mStackSize;