[*] Deaf, dumb, and blind

This commit is contained in:
Reece Wilson 2023-08-21 19:20:52 +01:00
parent fa170c413d
commit cd362db7af

View File

@ -36,7 +36,6 @@ namespace Aurora::Threading::Primitives
template<bool bIsReadView, typename T> template<bool bIsReadView, typename T>
bool RWLockAccessView<bIsReadView, T>::LockAbsMS(AuUInt64 timeout) bool RWLockAccessView<bIsReadView, T>::LockAbsMS(AuUInt64 timeout)
{ {
if constexpr (bIsReadView) if constexpr (bIsReadView)
{ {
return ViewParent->LockReadNSAbs(AuMSToNS<AuUInt64>(timeout)); return ViewParent->LockReadNSAbs(AuMSToNS<AuUInt64>(timeout));