mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 22:22:21 -04:00
Address compiler and test failures
This commit is contained in:
@@ -99,7 +99,6 @@ void SystemThread::start(std::function<void(SystemThreadInterface&)> f) {
|
||||
* Join a system thread
|
||||
*/
|
||||
void SystemThread::join() {
|
||||
void* x;
|
||||
thread.join();
|
||||
running = false;
|
||||
}
|
||||
@@ -166,5 +165,5 @@ void SystemThreadInterface::report_perf_stats() {
|
||||
thread.last_cpu_user = current_user;
|
||||
thread.last_collection_nanoseconds = current_ns;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user