Kernel: Remove obsolete SpinLockGuardAsMutex declaration
This commit is contained in:
@@ -61,9 +61,6 @@ namespace Kernel
|
|||||||
uint32_t m_lock_depth { 0 };
|
uint32_t m_lock_depth { 0 };
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename Lock>
|
|
||||||
class SpinLockGuardAsMutex;
|
|
||||||
|
|
||||||
template<typename Lock>
|
template<typename Lock>
|
||||||
class SpinLockGuard
|
class SpinLockGuard
|
||||||
{
|
{
|
||||||
@@ -85,7 +82,6 @@ namespace Kernel
|
|||||||
private:
|
private:
|
||||||
Lock& m_lock;
|
Lock& m_lock;
|
||||||
InterruptState m_state;
|
InterruptState m_state;
|
||||||
friend class SpinLockGuardAsMutex<Lock>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user