impr: Remove an unused std::mutex
in TaskManager::runner
(#1088)
This commit is contained in:
parent
749823e044
commit
4faebf435c
@ -192,7 +192,6 @@ namespace hex {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void TaskManager::runner(const std::stop_token &stopToken) {
|
void TaskManager::runner(const std::stop_token &stopToken) {
|
||||||
std::mutex mutex;
|
|
||||||
while (true) {
|
while (true) {
|
||||||
std::shared_ptr<Task> task;
|
std::shared_ptr<Task> task;
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user