refactor: replace tr_thread with std::thread (#2548)

This commit is contained in:
Charles Kerr
2022-01-31 13:34:04 -06:00
committed by GitHub
parent bc9479d016
commit 87dfabb9d2
13 changed files with 44 additions and 166 deletions

View File

@@ -25,7 +25,6 @@
#include "transmission.h"
#include "crypto-utils.h"
#include "log.h"
#include "platform.h"
#include "tr-assert.h"
#include "utils.h"