mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 01:51:38 +08:00
async exception - removed uneeded reset
This commit is contained in:
parent
b38a36451d
commit
64ecfda6e3
@ -264,7 +264,6 @@ inline void spdlog::details::async_log_helper::throw_if_bad_worker()
|
||||
if (_last_workerthread_ex)
|
||||
{
|
||||
auto ex = std::move(_last_workerthread_ex);
|
||||
_last_workerthread_ex.reset();
|
||||
throw *ex;
|
||||
}
|
||||
if (!_active)
|
||||
|
Loading…
Reference in New Issue
Block a user