mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-23 14:52:52 -05:00
Revert "Merge branch 'pr3764' into dev"
This reverts commit0d9a372e49, reversing changes made to1a04bf2904.
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
}
|
||||
}
|
||||
# else
|
||||
inline ~Thread() { if (m_thread.joinable()) { m_thread.join(); } delete m_worker; }
|
||||
inline ~Thread() { m_thread.join(); delete m_worker; }
|
||||
|
||||
inline void start(void *(*callback)(void *)) { m_thread = std::thread(callback, this); }
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user