Remove comment

This commit is contained in:
Bond-009 2019-02-13 12:58:46 +01:00 committed by GitHub
parent 3f13851be5
commit 5835c4b21d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -364,7 +364,7 @@ namespace Emby.Server.Implementations.Data
//{
// return new DummyToken();
//}
return new WriteLockToken(obj); // TODO: fix segfault
return new WriteLockToken(obj);
}
public static IDisposable Write(this ReaderWriterLockSlim obj)