diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-08-18 16:00:25 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-08-18 16:23:59 +0300 |
commit | 58ba75f6dd4c7c5c93ea9f14cef7f2194aa00e08 (patch) | |
tree | ead8ebdd520623c8a5e34c1a1c26890db269fb4a /indra/llmessage/llcoproceduremanager.h | |
parent | fa0cc7b6d2700b888310d7723114415f7db4f194 (diff) |
SL-13783 Workaround for enqueueCoprocedure() crash #2
Diffstat (limited to 'indra/llmessage/llcoproceduremanager.h')
-rw-r--r-- | indra/llmessage/llcoproceduremanager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmessage/llcoproceduremanager.h b/indra/llmessage/llcoproceduremanager.h index 8540ced8cc..70204ba02b 100644 --- a/indra/llmessage/llcoproceduremanager.h +++ b/indra/llmessage/llcoproceduremanager.h @@ -40,7 +40,6 @@ class LLCoprocedureManager : public LLSingleton < LLCoprocedureManager > { LLSINGLETON(LLCoprocedureManager); virtual ~LLCoprocedureManager(); - /*virtual*/ void initSingleton(); public: typedef boost::function<U32(const std::string &)> SettingQuery_t; |