Skip to content
Snippets Groups Projects
Commit 7541e784 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-476: Don't name the caught exception

unless we're going to reference it.
parent 1345a02b
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ postAndSuspendSetup(const std::string& callerName,
std::make_exception_ptr(
LLCoros::Stopping("status " + statsd.asString())));
}
catch (const boost::fibers::promise_already_satisfied& exc)
catch (const boost::fibers::promise_already_satisfied&)
{
LL_WARNS("lleventcoro") << listenerName
<< " couldn't throw Stopping "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment