summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2020-05-19 14:38:14 -0400
committerNat Goodspeed <nat@lindenlab.com>2020-05-19 14:38:14 -0400
commit003ba682a1b7555a41f4c095b927d19c96a77256 (patch)
treebacbdfb435f5a640ca08f934116120c31a4b5b5e
parent9d428662f88324b1d48ce89cca17c19e0f72f535 (diff)
DRTVWR-476: Clean up reverting to boost::fibers::buffered_channel.
-rw-r--r--indra/llmessage/llcoproceduremanager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmessage/llcoproceduremanager.cpp b/indra/llmessage/llcoproceduremanager.cpp
index 456448137d..4168e0c67b 100644
--- a/indra/llmessage/llcoproceduremanager.cpp
+++ b/indra/llmessage/llcoproceduremanager.cpp
@@ -346,7 +346,6 @@ void LLCoprocedurePool::coprocedureInvokerCoro(
boost::fibers::channel_op_status status;
for (;;)
{
- try
{
LLCoros::TempStatus st("waiting for work for 10s");
status = pendingCoprocs->pop_wait_for(coproc, std::chrono::seconds(10));