[*] i forgot to remove this member and we took a massive sizeof hit for it

This commit is contained in:
Reece Wilson 2023-03-15 03:23:17 +00:00
parent f24a1c1924
commit f354a202ad

View File

@ -25,7 +25,6 @@ namespace Aurora::Threading::Primitives
private:
AuUInt32 wlist {};
AuUInt32 expander {};
Win32ConditionMutex selfLock_;
AuSPtr<Win32ConditionMutex> mutex_;
};
}