Remove comment

pull/848/head
Bond-009 6 years ago committed by GitHub
parent 3f13851be5
commit 5835c4b21d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save