mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Revert "No Issue - add mutex in EventSource"
This reverts commit e4643f5bed2cdc600fc29900fe3b4d22e25763bc. Apparently causes deadlocks in Linux.
This commit is contained in:
parent
b19fe58909
commit
b004af07d0
1 changed files with 0 additions and 1 deletions
|
|
@ -190,7 +190,6 @@ public:
|
|||
|
||||
bool IsClosed()
|
||||
{
|
||||
MutexAutoLock lock(mMutex);
|
||||
return ReadyState() == CLOSED;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue