Commit 64ecfda6 authored by gabime's avatar gabime

async exception - removed uneeded reset

parent b38a3645
...@@ -264,7 +264,6 @@ inline void spdlog::details::async_log_helper::throw_if_bad_worker() ...@@ -264,7 +264,6 @@ inline void spdlog::details::async_log_helper::throw_if_bad_worker()
if (_last_workerthread_ex) if (_last_workerthread_ex)
{ {
auto ex = std::move(_last_workerthread_ex); auto ex = std::move(_last_workerthread_ex);
_last_workerthread_ex.reset();
throw *ex; throw *ex;
} }
if (!_active) if (!_active)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment