mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-10 00:32:33 -07:00
Revert "core: Fix clang build"
This commit is contained in:
@@ -15,14 +15,6 @@ namespace Common {
|
||||
*/
|
||||
class SpinLock {
|
||||
public:
|
||||
SpinLock() = default;
|
||||
|
||||
SpinLock(const SpinLock&) = delete;
|
||||
SpinLock& operator=(const SpinLock&) = delete;
|
||||
|
||||
SpinLock(SpinLock&&) = delete;
|
||||
SpinLock& operator=(SpinLock&&) = delete;
|
||||
|
||||
void lock();
|
||||
void unlock();
|
||||
[[nodiscard]] bool try_lock();
|
||||
|
Reference in New Issue
Block a user